diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 176: bump version, record changes

Message ID 20111207015119.5282.28313.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Dec. 7, 2011, 1:51 a.m. UTC
------------------------------------------------------------
revno: 176
tags: release-0.4.0
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2011-12-07 14:45:53 +1300
message:
  bump version, record changes
modified:
  doc/changes.rst
  lava_dispatcher/__init__.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2011-11-18 03:49:40 +0000
+++ doc/changes.rst	2011-12-07 01:45:53 +0000
@@ -1,6 +1,16 @@ 
 Version History
 ***************
 
+.. _version_0_4:
+
+Version 0.4
+===========
+* Major refactoring of how commands are run on boards.
+* Set PS1 in a way that works on ice cream sandwich builds
+* Add --config-dir option.
+* Consistently fail if deployment fails.
+* Support for snowball V5 and later.
+
 .. _version_0_3_5:
 
 Version 0.3.5(Milestone 11.11)

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2011-11-18 03:49:40 +0000
+++ lava_dispatcher/__init__.py	2011-12-07 01:45:53 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 3, 5, "final", 0)
+__version__ = (0, 4, 0, "final", 0)