diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 337: release 0.14

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

Commit Message

Andy Doan June 28, 2012, 6:03 a.m. UTC
------------------------------------------------------------
revno: 337
tags: 2012.06, release-0.14
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-06-28 01:01:46 -0500
message:
  release 0.14
  
  2012.06
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-06-15 04:48:07 +0000
+++ doc/changes.rst	2012-06-28 06:01:46 +0000
@@ -5,8 +5,10 @@ 
 
 Version 0.14
 ============
-
-* Unreleased.
+* FastModel support for Android
+* FastModel boot support for Ubuntu
+* QEMU device updates
+* Improved timeout handling
 
 .. _version_0_13:
 
@@ -127,7 +129,7 @@ 
 * Convert the dispatcher to LAVA commnand. It can now be called from the shell
   by running ``lava dispatch``. The old command line interface
   ``lava-dispatch`` is now deprecated and will be removed in the 0.8 release in
-  three months. 
+  three months.
 
 .. _version_0_5_9:
 
@@ -195,7 +197,7 @@ 
 =============
 
 * Fix https://bugs.launchpad.net/lava-dispatcher/+bug/921527 - It is hard to
-  follow the lava-dispatcher logging when debug why the test job failed 
+  follow the lava-dispatcher logging when debug why the test job failed
 
 .. _version_0_5_2:
 
@@ -213,7 +215,7 @@ 
 Version 0.5.1
 =============
 
-* Fix broken rc check (Paul Larson) 
+* Fix broken rc check (Paul Larson)
 
 .. _version_0_5_0:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-06-15 04:48:07 +0000
+++ lava_dispatcher/__init__.py	2012-06-28 06:01:46 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 14, 0, "dev", 0)
+__version__ = (0, 14, 0, "final", 0)