diff --git a/CHANGES b/CHANGES index 4ddd438..4ac3f04 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,20 @@ ------------------------------------------------------------ +revno: 760 +fixes bug: https://launchpad.net/bugs/986257 +committer: David Paleino +branch nick: wicd +timestamp: Sun 2012-04-22 18:32:18 +0200 +message: + Fix 1.7.2.2 brokenness +------------------------------------------------------------ +revno: 759 +tags: 1.7.2.2 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-19 22:42:33 +0200 +message: + Prepare files for the release of 1.7.2.2 +------------------------------------------------------------ revno: 758 fixes bug: https://launchpad.net/bugs/985879 committer: David Paleino diff --git a/NEWS b/NEWS index 62faf87..ae503b1 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,14 @@ Wicd 1.7 Series --------------- +1.7.2.3: + Minor Changes: + - Fixed crash of wicd-curses with (again) UTF-8 locales. This should fix + it all now. Hopefully. + 1.7.2.2: - Minor Changes: - - Encryption templates were broken by the fix for CVE-2012-2095; fixed. + Minor Changes: + - Encryption templates were broken by the fix for CVE-2012-2095; fixed. 1.7.2.1: Minor Changes: diff --git a/setup.py b/setup.py index 657ca0e..60a822b 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from glob import glob # Be sure to keep this updated! # VERSIONNUMBER -VERSION_NUM = '1.7.2.2' +VERSION_NUM = '1.7.2.3' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'