diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 204: release-0.4.4

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

Commit Message

Paul Larson Jan. 26, 2012, 4:04 a.m. UTC
------------------------------------------------------------
revno: 204
tags: release-0.4.4
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Wed 2012-01-25 22:02:22 -0600
message:
  release-0.4.4
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-24 05:00:37 +0000
+++ doc/changes.rst	2012-01-26 04:02:22 +0000
@@ -1,9 +1,15 @@ 
 Version History
 ***************
 
+.. _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.2(Milestone 2012.01)
+Version 0.4.3
 ================================
 * Workaround for license acceptance in lmc on snowball
 * Fix userdata deployment for origen and mx53

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