diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 198: release-0.4.2

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

Commit Message

Paul Larson Jan. 19, 2012, 5:32 p.m. UTC
------------------------------------------------------------
revno: 198
tags: release-0.4.2, 2012.01
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-01-19 11:30:25 -0600
message:
  release-0.4.2
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-15 23:37:30 +0000
+++ doc/changes.rst	2012-01-19 17:30:25 +0000
@@ -3,11 +3,14 @@ 
 
 .. _version_0_4.2:
 
-Version 0.4.2(unreleased)
-=========================
+Version 0.4.2(Milestone 2012.01)
+================================
 * Job files can now specify the filesystem to use for the rootfs.
 * It is now possible to include an auth token in the job file so that
   results can be submitted to a private bundle stream.
+* Corrected errors with deploying Android 4.x
+* Snowball improvements and workaround for reboot issues on snowball
+* Better cleanup of temporary images if deployment fails
 * Bug fixes: #905457, #906772.
 
 .. _version_0_4.1:

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2011-12-16 04:33:55 +0000
+++ lava_dispatcher/__init__.py	2012-01-19 17:30:25 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 4, 1, "final", 0)
+__version__ = (0, 4, 2, "final", 0)