mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
updated setup.py, NEWS, and CHANGES
This commit is contained in:
18
NEWS
18
NEWS
@@ -1,4 +1,22 @@
|
|||||||
Wicd 1.6.0 Branch
|
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:
|
1.6.2:
|
||||||
Minor Changes:
|
Minor Changes:
|
||||||
- Now deals better if the interface disappears while running
|
- Now deals better if the interface disappears while running
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -26,7 +26,7 @@ import subprocess
|
|||||||
|
|
||||||
# Be sure to keep this updated!
|
# Be sure to keep this updated!
|
||||||
# VERSIONNUMBER
|
# VERSIONNUMBER
|
||||||
VERSION_NUM = '1.6.2'
|
VERSION_NUM = '1.7.0a1'
|
||||||
# REVISION_NUM is automatically updated
|
# REVISION_NUM is automatically updated
|
||||||
REVISION_NUM = 'unknown'
|
REVISION_NUM = 'unknown'
|
||||||
CURSES_REVNO = 'uimod'
|
CURSES_REVNO = 'uimod'
|
||||||
|
|||||||
Reference in New Issue
Block a user