diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 353: release-0.15.1

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

Commit Message

Andy Doan July 20, 2012, 10:21 p.m. UTC
------------------------------------------------------------
revno: 353
tags: release-0.15.1
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Fri 2012-07-20 17:20:19 -0500
message:
  release-0.15.1
  
  fix critical bug in dispatcher
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-07-17 20:14:03 +0000
+++ doc/changes.rst	2012-07-20 22:20:19 +0000
@@ -1,11 +1,11 @@ 
 Version History
 ***************
 
-.. _version_0_16:
+.. _version_0_15_1:
 
-Version 0.16
-============
-* Unreleased
+Version 0.15.1
+==============
+* fixed a bug causing cache leak and pre-built image test failure
 
 .. _version_0_15:
 
@@ -350,3 +350,4 @@ 
 * LAVA dispatcher now tries to make as much progress in the test run as possible despite failures of previous actions, and keeps track of which actions passed or failed rather than just whether the whole test run completed or not.
 * Trial support for snowball board
 * Bug fixes: #791725, #806571, #768453
+

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-07-17 20:14:03 +0000
+++ lava_dispatcher/__init__.py	2012-07-20 22:20:19 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 16, 0, "dev", 0)
+__version__ = (0, 15, 1, "final", 0)