diff --git a/CHANGES b/CHANGES index d93e342..7556ef8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,60 @@ ------------------------------------------------------------ +revno: 369 +committer: Adam Blackburn +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 +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 +branch nick: 1.6 +timestamp: Thu 2009-04-23 19:41:10 +0800 +message: + Merged + ------------------------------------------------------------ + revno: 365.1.2 + committer: Andrew Psaltis + 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 + 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 + 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 + 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 +branch nick: 1.6 +timestamp: Thu 2009-04-23 19:38:48 +0800 +message: + Updated CHANGES and added NEWS +------------------------------------------------------------ revno: 365 committer: Adam Blackburn branch nick: 1.6 diff --git a/setup.py b/setup.py index 7c1420a..376552c 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import subprocess # Be sure to keep this updated! # VERSIONNUMBER -VERSION_NUM = '1.6.0a2' +VERSION_NUM = '1.6.0a3' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'