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

updated setup.py, NEWS, and CHANGES

This commit is contained in:
Adam Blackburn
2009-11-21 22:08:33 -06:00
parent 09ac3d4ba8
commit c3d6167c59
3 changed files with 338 additions and 3412 deletions

3730
CHANGES

File diff suppressed because it is too large Load Diff

18
NEWS
View File

@@ -1,4 +1,22 @@
Wicd 1.6.0 Branch
1.7.0a1:
Major Changes:
- Connection information is available by right clicking the tray icon
- Can set the hostname per network for all DHCP clients except dhclient
- urwid 0.9.9 is now supported
- Added wicd-cli, a command line interface for use in scripts
- Global scripts are now passed parameters specifying the network
Minor Changes:
- Support for only displaying notifications using -o to wicd-client
- Reconnecting now works when measuring signal strength in dBm
- ESSIDs made of numbers now work properly
- All valid wpa_supplicant drivers are now displayed
- Wired network is now displayed while scanning wireless networks
Planned Changes:
- Hidden ESSIDs will be completely fixed
1.6.2:
Minor Changes:
- Now deals better if the interface disappears while running

View File

@@ -26,7 +26,7 @@ import subprocess
# Be sure to keep this updated!
# VERSIONNUMBER
VERSION_NUM = '1.6.2'
VERSION_NUM = '1.7.0a1'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod'