mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Updated version numbers
This commit is contained in:
56
CHANGES
56
CHANGES
@@ -1,4 +1,60 @@
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
revno: 369
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Sun 2009-04-26 08:00:33 +0900
|
||||||
|
message:
|
||||||
|
Redirected bzr output to /dev/null
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 368
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Sun 2009-04-26 07:53:24 +0900
|
||||||
|
message:
|
||||||
|
Fixed setup.py translations installation and made wicd-daemon.py +x
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 367
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Thu 2009-04-23 19:41:10 +0800
|
||||||
|
message:
|
||||||
|
Merged
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 365.1.2
|
||||||
|
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Wed 2009-04-22 17:40:07 -0400
|
||||||
|
message:
|
||||||
|
Merged r318 of experimental-nacl, fixing yet another wicd-curses bug.
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 202.2.27
|
||||||
|
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||||
|
branch nick: experimental-nacl
|
||||||
|
timestamp: Wed 2009-04-22 17:37:50 -0400
|
||||||
|
message:
|
||||||
|
Made the network preferences dialogs save whether they are using static IPs or not. Thanks to Adam for finding this one.
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 202.2.26
|
||||||
|
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||||
|
branch nick: experimental-nacl
|
||||||
|
timestamp: Wed 2009-04-22 14:06:26 -0400
|
||||||
|
message:
|
||||||
|
Merged r366 of mainline 1.6.
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 365.1.1
|
||||||
|
committer: Andrew Psaltis <ampsaltis@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Wed 2009-04-22 12:13:06 -0400
|
||||||
|
message:
|
||||||
|
Set the SVG wicd icon as the window icon in wicd-client.
|
||||||
|
------------------------------------------------------------
|
||||||
|
revno: 366
|
||||||
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
|
branch nick: 1.6
|
||||||
|
timestamp: Thu 2009-04-23 19:38:48 +0800
|
||||||
|
message:
|
||||||
|
Updated CHANGES and added NEWS
|
||||||
|
------------------------------------------------------------
|
||||||
revno: 365
|
revno: 365
|
||||||
committer: Adam Blackburn <compwiz18@gmail.com>
|
committer: Adam Blackburn <compwiz18@gmail.com>
|
||||||
branch nick: 1.6
|
branch nick: 1.6
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ import subprocess
|
|||||||
|
|
||||||
# Be sure to keep this updated!
|
# Be sure to keep this updated!
|
||||||
# VERSIONNUMBER
|
# VERSIONNUMBER
|
||||||
VERSION_NUM = '1.6.0a2'
|
VERSION_NUM = '1.6.0a3'
|
||||||
# REVISION_NUM is automatically updated
|
# REVISION_NUM is automatically updated
|
||||||
REVISION_NUM = 'unknown'
|
REVISION_NUM = 'unknown'
|
||||||
CURSES_REVNO = 'uimod'
|
CURSES_REVNO = 'uimod'
|
||||||
|
|||||||
Reference in New Issue
Block a user