1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 14:07:59 +01:00

Prepare files for the release of 1.7.2.3

This commit is contained in:
David Paleino
2012-04-22 18:35:39 +02:00
parent b062a72c4e
commit 5f9a70369a
3 changed files with 24 additions and 3 deletions

16
CHANGES
View File

@@ -1,4 +1,20 @@
------------------------------------------------------------ ------------------------------------------------------------
revno: 760
fixes bug: https://launchpad.net/bugs/986257
committer: David Paleino <d.paleino@gmail.com>
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 <d.paleino@gmail.com>
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 revno: 758
fixes bug: https://launchpad.net/bugs/985879 fixes bug: https://launchpad.net/bugs/985879
committer: David Paleino <d.paleino@gmail.com> committer: David Paleino <d.paleino@gmail.com>

9
NEWS
View File

@@ -1,9 +1,14 @@
Wicd 1.7 Series 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: 1.7.2.2:
Minor Changes: Minor Changes:
- Encryption templates were broken by the fix for CVE-2012-2095; fixed. - Encryption templates were broken by the fix for CVE-2012-2095; fixed.
1.7.2.1: 1.7.2.1:
Minor Changes: Minor Changes:

View File

@@ -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.2' VERSION_NUM = '1.7.2.3'
# REVISION_NUM is automatically updated # REVISION_NUM is automatically updated
REVISION_NUM = 'unknown' REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod' CURSES_REVNO = 'uimod'