------------------------------------------------------------ revno: 421 committer: Steven Sheehy <[email protected]> branch nick: trunk timestamp: Sun 2011-04-17 12:41:11 -0500 message: 1.1.0 modified: Changelog.txt debian/changelog debian/rules linux/version.cc
-- lp:linuxdcpp https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp. To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription
=== modified file 'Changelog.txt' --- Changelog.txt 2011-04-04 16:31:38 +0000 +++ Changelog.txt 2011-04-17 17:41:11 +0000 @@ -1,8 +1,8 @@ -*** 1.1.X 201X-XX-XX *** +*** 1.1.0 2011-04-17 *** [2009-02-22] Upgraded the DC++ core to 0.707, adding segmented downloading (thanks Razzloss). [2009-02-28] Upgraded the DC++ core to 0.7091. [2009-03-02] Fixed building with SCons 0.97. -[2009-03-02] Removed extra placeholders from settingsdialog experts -tab, which caused some aligment problems with spinboxes and related labels. +[2009-03-02] Removed extra placeholders from settingsdialog experts -tab, which caused some alignment problems with spinboxes and related labels. [2009-03-09] Removed the only op check box from search tab and cleared the UI. It is now indicated better that filter already in share depends on local filtering. [2009-03-29] lp#350738: Hub::selectedTag is not updated in some cases (thanks Eric Toombs). [2009-03-29] lp#318593: Show online status in PM (thanks Bart Vullings). @@ -33,7 +33,7 @@ [2009-10-10] lp#406302: Added desktop notifications for messages and downloads. (thanks Jakh Daven) [2009-10-14] lp#449298: Updated package description and dependencies in Readme. [2009-10-20] Improved the look of the application icon in the title bar. (Steven) -[2009-10-20] Application icons now install into theme search path. Allows for visiblity in other apps (e.g. notification daemon). (Steven) +[2009-10-20] Application icons now install into theme search path. Allows for visibility in other apps (e.g. notification daemon). (Steven) [2009-10-21] Added a debian folder, man page and desktop file. (Steven) [2009-11-02] lp#442475: Fixed crash when adding a search results from user who has left the hub. (Razzloss) [2009-11-02] lp#339700: Fixed a rare crash when switching tabs. (Steven) === modified file 'debian/changelog' --- debian/changelog 2010-10-12 04:50:18 +0000 +++ debian/changelog 2011-04-17 17:41:11 +0000 @@ -1,3 +1,9 @@ +linuxdcpp (1.1.0-1) unstable; urgency=low + + * Official 1.1.0 release + + -- LinuxDC++ Team <[email protected]> Sun, 17 Apr 2011 11:51:00 -0500 + linuxdcpp (1.1.0~pre1-1) unstable; urgency=low * Initial creation of debian package === modified file 'debian/rules' --- debian/rules 2010-08-20 04:04:54 +0000 +++ debian/rules 2011-04-17 17:41:11 +0000 @@ -12,7 +12,7 @@ build-stamp: dh_testdir # Change to release=1 and uncomment dh_strip below for a release - scons debug=1 PREFIX=/usr FAKE_ROOT=debian/$(package) + scons release=1 PREFIX=/usr FAKE_ROOT=debian/$(package) touch $@ clean: @@ -56,7 +56,7 @@ dh_gconf dh_icons dh_link -# dh_strip + dh_strip dh_compress dh_fixperms # dh_perl === modified file 'linux/version.cc' --- linux/version.cc 2010-10-12 04:50:18 +0000 +++ linux/version.cc 2011-04-17 17:41:11 +0000 @@ -21,5 +21,5 @@ #include "version.hh" -const char* LINUXDCPP_VERSION_STRING = "1.1.0~pre1~bzr" BZR_REVISION; +const char* LINUXDCPP_VERSION_STRING = "1.1.0";
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

