diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 499: release-0.26

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

Commit Message

Andy Doan Dec. 13, 2012, 10:56 p.m. UTC
------------------------------------------------------------
revno: 499
tags: release-0.26
committer: Andy Doan <andy.doan@linaro.org>
branch nick: device-configs-sync
timestamp: Thu 2012-12-13 16:53:48 -0600
message:
  release-0.26
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-12-12 22:38:40 +0000
+++ doc/changes.rst	2012-12-13 22:53:48 +0000
@@ -1,10 +1,18 @@ 
 Version History
 ***************
 
+.. _verison_0_26:
+
+Version 0.26
+============
+* improve uinitrd logic for master.py and android
+* allow more options about what an android 'boot' means
+* sync on device-types that were actually in use in the lab
+
 .. _verison_0_25:
 
 Version 0.25
-==============
+============
 * signal handlers can be implemented as shell scripts
 * various lava-test-shell bug fixes
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-12-12 22:38:40 +0000
+++ lava_dispatcher/__init__.py	2012-12-13 22:53:48 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 25, 0, "final", 0)
+__version__ = (0, 26, 0, "final", 0)