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 for 1.7.1 release

This commit is contained in:
Adam Blackburn
2010-06-15 11:53:53 -05:00
parent 64049a8a59
commit e59d76e904
3 changed files with 143 additions and 4230 deletions

4357
CHANGES

File diff suppressed because it is too large Load Diff

14
NEWS
View File

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

View File

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