mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
updated setup.py, NEWS, and CHANGES for 1.7.1 release
This commit is contained in:
14
NEWS
14
NEWS
@@ -1,4 +1,16 @@
|
|||||||
Wicd 1.6.0 Branch
|
Wicd 1.7.0 Branch
|
||||||
|
1.7.1:
|
||||||
|
Minor Changes:
|
||||||
|
- Now uses gtkbuilder instead of libglade
|
||||||
|
- Fixed bug in script macro expansion
|
||||||
|
- Fixed typo in EAP-fast template
|
||||||
|
- Applied 14 patches from Debian (big thank you to everyone who contributed):
|
||||||
|
- Includes translations in source tarball
|
||||||
|
- Improved documentation
|
||||||
|
- Fixed resolv.conf permissions
|
||||||
|
- Ignore configparser errors
|
||||||
|
- Several others, please see CHANGES for more details
|
||||||
|
|
||||||
1.7.0:
|
1.7.0:
|
||||||
Changes for Packagers:
|
Changes for Packagers:
|
||||||
- Wicd now supports a -k option, which should be run by the init script
|
- Wicd now supports a -k option, which should be run by the init script
|
||||||
|
|||||||
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.7.0'
|
VERSION_NUM = '1.7.1'
|
||||||
# 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