diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 208: release 0.4.5

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

Commit Message

Paul Larson Jan. 27, 2012, 3:36 a.m. UTC
------------------------------------------------------------
revno: 208
tags: release-0.4.5
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-01-26 21:34:40 -0600
message:
  release 0.4.5
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-01-26 04:02:22 +0000
+++ doc/changes.rst	2012-01-27 03:34:40 +0000
@@ -1,13 +1,21 @@ 
 Version History
 ***************
 
-.. _version_0_4.4:
+.. _version_0_4_5:
+
+Version 0.4.5
+================================
+* extend lmc timeout to 24 hours
+* retry until timeout for getting results
+* pass on timeout in PrefixCommandRunner.run
+
+.. _version_0_4_4:
 
 Version 0.4.4
 ================================
 * Fix an issue with linaro-media-create timing out prematurely
 
-.. _version_0_4.3:
+.. _version_0_4_3:
 
 Version 0.4.3
 ================================
@@ -15,7 +23,7 @@ 
 * Fix userdata deployment for origen and mx53
 * Fix missing piece for errno 17 on deployment (bug #897918)
 
-.. _version_0_4.2:
+.. _version_0_4_2:
 
 Version 0.4.2(Milestone 2012.01)
 ================================
@@ -27,7 +35,7 @@ 
 * Better cleanup of temporary images if deployment fails
 * Bug fixes: #905457, #906772.
 
-.. _version_0_4.1:
+.. _version_0_4_1:
 
 Version 0.4.1(Milestone 11.12)
 ==============================

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-01-26 04:02:22 +0000
+++ lava_dispatcher/__init__.py	2012-01-27 03:34:40 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 4, 4, "final", 0)
+__version__ = (0, 4, 5, "final", 0)