mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
Prepare for the release of 1.7.2.1
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,6 +1,10 @@
|
|||||||
Wicd 1.7 Series
|
Wicd 1.7 Series
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
1.7.2.1:
|
||||||
|
Minor Changes:
|
||||||
|
- Fix typo in wicd-curses, which made it crash with UTF-8 locales.
|
||||||
|
|
||||||
1.7.2:
|
1.7.2:
|
||||||
Major Changes:
|
Major Changes:
|
||||||
- Fix local privilege escalation when setting configuration properties
|
- Fix local privilege escalation when setting configuration properties
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ from glob import glob
|
|||||||
|
|
||||||
# Be sure to keep this updated!
|
# Be sure to keep this updated!
|
||||||
# VERSIONNUMBER
|
# VERSIONNUMBER
|
||||||
VERSION_NUM = '1.7.2'
|
VERSION_NUM = '1.7.2.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