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

Prepare files for the release of 1.7.3

This commit is contained in:
Tom Van Braeckel
2014-12-21 20:12:15 +01:00
parent 8a7f38ae0e
commit b7d5e89299
3 changed files with 1167 additions and 1 deletions

1162
CHANGES

File diff suppressed because it is too large Load Diff

4
NEWS
View File

@@ -1,6 +1,10 @@
Wicd 1.7 Series Wicd 1.7 Series
--------------- ---------------
1.7.3:
- New feature: you can now manually control the speed of the wireless connection
- Lots (30+) of bugfixes (see launchpad or the CHANGES file for details)
1.7.2.4: 1.7.2.4:
Minor Changes: Minor Changes:
- Really fix local privilege escalation (CVE-2012-2095). - Really fix local privilege escalation (CVE-2012-2095).

View File

@@ -29,7 +29,7 @@ from glob import glob
# Be sure to keep this updated! # Be sure to keep this updated!
# VERSIONNUMBER # VERSIONNUMBER
VERSION_NUM = '1.7.2.4' VERSION_NUM = '1.7.3'
# REVISION_NUM is automatically updated # REVISION_NUM is automatically updated
REVISION_NUM = 'unknown' REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod' CURSES_REVNO = 'uimod'