1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00

updated CHANGES, NEWS, and setup.py version number

This commit is contained in:
Adam Blackburn
2010-01-02 20:23:48 -10:00
parent d0272be743
commit ca4f9fddda
3 changed files with 102 additions and 3 deletions

91
CHANGES
View File

@@ -1,4 +1,95 @@
------------------------------------------------------------
revno: 516
committer: Adam Blackburn <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
branch nick: 1.7
timestamp: Sat 2010-01-02 20:14:43 -1000
message:
add Dutch man pages
------------------------------------------------------------
revno: 514 [merge]
committer: Adam Blackburn <compwiz18@gmail.com>
branch nick: 1.7
timestamp: Sat 2010-01-02 19:55:04 -1000
message:
merged iconfallout
------------------------------------------------------------
revno: 513 [merge]
committer: Adam Blackburn <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
branch nick: 1.7
timestamp: Sat 2010-01-02 18:35:06 -1000
message:
add pixmaps to wpath
------------------------------------------------------------
revno: 509 [merge]
committer: Adam Blackburn <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
branch nick: 1.7
timestamp: Sat 2010-01-02 08:22:06 -1000
message:
fix potential urwid compatibility problem
------------------------------------------------------------
revno: 507
committer: Adam Blackburn <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
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 <compwiz18@gmail.com>
branch nick: 1.7

12
NEWS
View File

@@ -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:

View File

@@ -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'