diff mbox

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

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

Commit Message

Michael-Doyle Hudson March 2, 2012, 3:14 a.m. UTC
------------------------------------------------------------
revno: 239
tags: release-0.5.6
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-03-02 16:12:54 +1300
message:
  version bump & 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	2012-02-16 01:36:49 +0000
+++ doc/changes.rst	2012-03-02 03:12:54 +0000
@@ -1,6 +1,19 @@ 
 Version History
 ***************
 
+.. _version_0_5_6:
+
+Version 0.5.6
+=============
+
+* by default, a shell command run on the board that fails will now
+  fail the job.
+* combine submit_results and submit_results_on_host into one action,
+  although both action names are still supported.
+* allow deployment from a compressed image file
+* add support for optionally including a job id in the process name as
+  seen by top
+
 .. _version_0_5_5:
 
 Version 0.5.5

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-02-16 01:36:49 +0000
+++ lava_dispatcher/__init__.py	2012-03-02 03:12:54 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 5, 5, "final", 0)
+__version__ = (0, 5, 6, "final", 0)