1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

update versions to 1.7.1b2

This commit is contained in:
Adam Blackburn
2010-10-29 10:35:13 -05:00
parent 8ba03abab1
commit 0e9eac0a89
3 changed files with 23 additions and 2 deletions

21
CHANGES
View File

@@ -1,4 +1,25 @@
------------------------------------------------------------ ------------------------------------------------------------
revno: 564
committer: Adam Blackburn <abkbrn@gmail.com>
branch nick: wicd
timestamp: Fri 2010-10-29 10:32:33 -0500
message:
work with Python < 2.7 again
------------------------------------------------------------
revno: 563
committer: Adam Blackburn <abkbrn@gmail.com>
branch nick: wicd
timestamp: Wed 2010-10-27 11:46:49 -0500
message:
change to 1.7.1b1 beta release
------------------------------------------------------------
revno: 562
committer: Adam Blackburn <abkbrn@gmail.com>
branch nick: wicd
timestamp: Wed 2010-10-27 11:41:47 -0500
message:
updated NEWS and CHANGES for 1.7.1 release (again)
------------------------------------------------------------
revno: 561 revno: 561
committer: Adam Blackburn <abkbrn@gmail.com> committer: Adam Blackburn <abkbrn@gmail.com>
branch nick: wicd branch nick: wicd

2
NEWS
View File

@@ -1,5 +1,5 @@
Wicd 1.7.0 Branch Wicd 1.7.0 Branch
1.7.1b1: 1.7.1b2:
Minor Changes: Minor Changes:
- Now uses gtkbuilder instead of libglade - Now uses gtkbuilder instead of libglade
- Fixed bug in script macro expansion - Fixed bug in script macro expansion

View File

@@ -26,7 +26,7 @@ import subprocess
# Be sure to keep this updated! # Be sure to keep this updated!
# VERSIONNUMBER # VERSIONNUMBER
VERSION_NUM = '1.7.1b1' VERSION_NUM = '1.7.1b2'
# REVISION_NUM is automatically updated # REVISION_NUM is automatically updated
REVISION_NUM = 'unknown' REVISION_NUM = 'unknown'
CURSES_REVNO = 'uimod' CURSES_REVNO = 'uimod'