1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-20 04:33:33 +02: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
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -1,6 +1,10 @@
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:
Minor Changes:
- Really fix local privilege escalation (CVE-2012-2095).
+1 -1
View File
@@ -29,7 +29,7 @@ from glob import glob
# Be sure to keep this updated!
# VERSIONNUMBER
VERSION_NUM = '1.7.2.4'
VERSION_NUM = '1.7.3'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod'