diff --git a/CHANGES b/CHANGES index 4ac3f04..9d69e02 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,56 @@ ------------------------------------------------------------ +revno: 767 +fixes bug: https://launchpad.net/bugs/979221 +committer: David Paleino +branch nick: wicd +timestamp: Mon 2012-04-30 21:20:47 +0200 +message: + Really fix the privilege escalation in a better way +------------------------------------------------------------ +revno: 766 +committer: Launchpad Translations on behalf of wicd-devel +branch nick: wicd +timestamp: Fri 2012-04-27 04:48:35 +0000 +message: + Launchpad automatic translations update. +------------------------------------------------------------ +revno: 765 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-26 22:06:35 +0200 +message: + Re-integrate pt_BR, since it's different enough from pt to have a separate translation +------------------------------------------------------------ +revno: 764 +fixes bug: https://launchpad.net/bugs/989146 +committer: David Paleino +branch nick: wicd +timestamp: Thu 2012-04-26 22:03:35 +0200 +message: + Remove unmaintained language variants, rename en_GB to en +------------------------------------------------------------ +revno: 763 +committer: Launchpad Translations on behalf of wicd-devel +branch nick: wicd +timestamp: Wed 2012-04-25 05:03:12 +0000 +message: + Launchpad automatic translations update. +------------------------------------------------------------ +revno: 762 [merge] +committer: David Paleino +branch nick: wicd +timestamp: Tue 2012-04-24 21:28:52 +0200 +message: + Merge translations by LP +------------------------------------------------------------ +revno: 761 +tags: 1.7.2.3 +committer: David Paleino +branch nick: wicd +timestamp: Sun 2012-04-22 18:35:39 +0200 +message: + Prepare files for the release of 1.7.2.3 +------------------------------------------------------------ revno: 760 fixes bug: https://launchpad.net/bugs/986257 committer: David Paleino diff --git a/NEWS b/NEWS index ae503b1..33fc0da 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ Wicd 1.7 Series --------------- +1.7.2.4: + Minor Changes: + - Really fix local privilege escalation (CVE-2012-2095). + - Removed unmaintained language variants. + 1.7.2.3: Minor Changes: - Fixed crash of wicd-curses with (again) UTF-8 locales. This should fix diff --git a/setup.py b/setup.py index 60a822b..4675714 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.3' +VERSION_NUM = '1.7.2.4' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'