diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 202: release-0.4.3

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

Commit Message

Paul Larson Jan. 24, 2012, 5:02 a.m. UTC
------------------------------------------------------------
revno: 202
tags: release-0.4.3
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-01-23 23:00:37 -0600
message:
  release-0.4.3
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-19 17:30:25 +0000
+++ doc/changes.rst	2012-01-24 05:00:37 +0000
@@ -1,6 +1,14 @@ 
 Version History
 ***************
 
+.. _version_0_4.3:
+
+Version 0.4.2(Milestone 2012.01)
+================================
+* Workaround for license acceptance in lmc on snowball
+* 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(Milestone 2012.01)

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