diff --git a/CHANGES b/CHANGES index 730f5f1..3fc2154 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,95 @@ ------------------------------------------------------------ +revno: 516 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 20:22:00 -1000 +message: + added no_install_i18n_man to wpath.py.in +------------------------------------------------------------ +revno: 515 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 20:14:43 -1000 +message: + add Dutch man pages +------------------------------------------------------------ +revno: 514 [merge] +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 19:55:04 -1000 +message: + merged iconfallout +------------------------------------------------------------ +revno: 513 [merge] +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 19:49:05 -1000 +message: + changed the path of monitor.py to the correct one so it will run again [again] +------------------------------------------------------------ +revno: 512 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 19:46:33 -1000 +message: + changed the path of monitor.py to the correct one so it will run again +------------------------------------------------------------ +revno: 511 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 18:43:42 -1000 +message: + change Slackware's wicdgroup to netdev +------------------------------------------------------------ +revno: 510 [merge] +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 18:35:06 -1000 +message: + add pixmaps to wpath +------------------------------------------------------------ +revno: 509 [merge] +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 09:22:51 -1000 +message: + add an xpm icon so that the .desktop file will have an icon +------------------------------------------------------------ +revno: 508 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 08:22:06 -1000 +message: + fix potential urwid compatibility problem +------------------------------------------------------------ +revno: 507 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 08:11:31 -1000 +message: + create directories if they do not exist when running configure +------------------------------------------------------------ +revno: 506 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 07:57:14 -1000 +message: + use wicd-gtk to launch the GTK UI instead of wicd-client +------------------------------------------------------------ +revno: 505 [merge] +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Sat 2010-01-02 07:52:03 -1000 +message: + merged David Paleino's split file installation branch +------------------------------------------------------------ +revno: 504 +committer: Adam Blackburn +branch nick: 1.7 +timestamp: Fri 2010-01-01 21:44:48 -1000 +message: + updated setup.py and CHANGES for release +------------------------------------------------------------ revno: 503 committer: Adam Blackburn branch nick: 1.7 diff --git a/NEWS b/NEWS index 663ff6e..1d7f6e4 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,16 @@ Wicd 1.6.0 Branch -1.7.0b1: +1.7.0b2: Changes for Packagers: - Wicd now supports a -k option, which should be run by the init script when the daemon is stopped to release the DHCP lease but should not - be run on a restart of the daemon + be run on a restart of the daemon. + - The ability has been added to split Wicd's components into multiple + directories. Use --gtk, --cli, --curses, and --daemon to specify + the locations of the respective components. + - The preferred way to run the GTK UI is now to use wicd-gtk, not + wicd-client. wicd-gtk is a new addition to 1.7 that will never + run wicd-curses. wicd-client will automatically decide to run + wicd-curses if there is no X session available. Major Changes: - Connection information is available by right clicking the tray icon @@ -18,6 +25,7 @@ Wicd 1.6.0 Branch - ESSIDs made of numbers now work properly - All valid wpa_supplicant drivers are now displayed - Wired network is now displayed while scanning wireless networks + - Added wicd-gtk, a command to always and only run the GTK UI 1.6.2: Minor Changes: diff --git a/setup.py b/setup.py index 04f7ecd..4f46332 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ import subprocess # Be sure to keep this updated! # VERSIONNUMBER -VERSION_NUM = '1.7.0b1' +VERSION_NUM = '1.7.0b2' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'