diff --git a/CHANGES b/CHANGES index d5f8ac3..4ddd438 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,57 @@ ------------------------------------------------------------ +revno: 758 +fixes bug: https://launchpad.net/bugs/985879 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-19 22:38:24 +0200 +message: + Fix bug caused by fix for CVE +------------------------------------------------------------ +revno: 757 +committer: David Paleino +branch nick: wicd +timestamp: Mon 2012-04-16 22:44:15 +0200 +message: + Better fix for the curses UTF-8 bug, thanks to Konrad Schöbel! +------------------------------------------------------------ +revno: 756 +committer: Launchpad Translations on behalf of wicd-devel +branch nick: wicd +timestamp: Mon 2012-04-16 04:50:12 +0000 +message: + Launchpad automatic translations update. +------------------------------------------------------------ +revno: 755 +tags: 1.7.2.1 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-12 22:03:49 +0200 +message: + Prepare for the release of 1.7.2.1 +------------------------------------------------------------ +revno: 754 +fixes bug: https://launchpad.net/bugs/980214 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-12 22:02:06 +0200 +message: + Fix crash with wicd-curses +------------------------------------------------------------ +revno: 753 +tags: 1.7.2 +committer: David Paleino +branch nick: wicd +timestamp: Wed 2012-04-11 23:20:22 +0200 +message: + Fixed MANIFEST.in +------------------------------------------------------------ +revno: 752 +committer: David Paleino +branch nick: wicd +timestamp: Wed 2012-04-11 23:08:00 +0200 +message: + Prepare files for the release of 1.7.2 +------------------------------------------------------------ revno: 751 fixes bug: https://launchpad.net/bugs/979221 committer: David Paleino @@ -259,8 +312,8 @@ message: ------------------------------------------------------------ Due to size, this file has been truncated. All revisions relevant to -the 1.7.2 release have been included. For more information, please see -the full log of changes at: +the 1.7.2 release (and sub-releases) have been included. For more +information, please see the full log of changes at: https://code.launchpad.net/~wicd-devel/wicd/experimental diff --git a/NEWS b/NEWS index 813c4fa..62faf87 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Wicd 1.7 Series --------------- +1.7.2.2: + Minor Changes: + - Encryption templates were broken by the fix for CVE-2012-2095; fixed. + 1.7.2.1: Minor Changes: - Fix typo in wicd-curses, which made it crash with UTF-8 locales. diff --git a/setup.py b/setup.py index ce5bca2..657ca0e 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.1' +VERSION_NUM = '1.7.2.2' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'