diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 535: release 0.31

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

Commit Message

Michael-Doyle Hudson Jan. 21, 2013, 10:41 p.m. UTC
------------------------------------------------------------
revno: 535
tags: release-0.31
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2013-01-22 11:39:36 +1300
message:
  release 0.31
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	2013-01-15 21:43:26 +0000
+++ doc/changes.rst	2013-01-21 22:39:36 +0000
@@ -1,7 +1,15 @@ 
 Version History
 ***************
 
-.. _verison_0_30:
+.. _version_0_31:
+
+Version 0.31
+============
+
+* Use Launcher information from logcat to check for display of home screen.
+* Remove broken attempt to attach serial log to lava test run.
+
+.. _version_0_30:
 
 Version 0.30
 ============
@@ -10,7 +18,7 @@ 
 * configglue warning fixes
 * keep old results directory around in lava-test-shell to help debug
 
-.. _verison_0_29:
+.. _version_0_29:
 
 Version 0.29
 ============
@@ -22,7 +30,7 @@ 
 * sdmux device support
 * partition file layout update for panda-android
 
-.. _verison_0_28:
+.. _version_0_28:
 
 Version 0.28
 ============
@@ -30,14 +38,14 @@ 
 * Replace all usage of shutil.rmtree with a shell call to `rm -rf`
 * add support for ARM Energy Probe
 
-.. _verison_0_27:
+.. _version_0_27:
 
 Version 0.27
 ============
 * bug fix: include lava-test-run-attach
 * improve serial console input delay
 
-.. _verison_0_26:
+.. _version_0_26:
 
 Version 0.26
 ============
@@ -45,20 +53,20 @@ 
 * 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:
 
 Version 0.25
 ============
 * signal handlers can be implemented as shell scripts
 * various lava-test-shell bug fixes
 
-.. _verison_0_24_1:
+.. _version_0_24_1:
 
 Version 0.24.1
 ==============
 * lava-test-shell related fixes
 
-.. _verison_0_24:
+.. _version_0_24:
 
 Version 0.24
 ============
@@ -67,7 +75,7 @@ 
 * some bug fixes for signals
 * improve android partition mount logic
 
-.. _verison_0_23:
+.. _version_0_23:
 
 Version 0.23
 ============
@@ -77,7 +85,7 @@ 
 * job priority support
 * YAML test def can be specified in a git/bzr repo
 
-.. _verison_0_22:
+.. _version_0_22:
 
 Version 0.22
 ============
@@ -88,7 +96,7 @@ 
 * change lava-test-shell defintion format to be YAML
 * allow test definitions to use a default parsing pattern
 
-.. _verison_0_21:
+.. _version_0_21:
 
 Version 0.21
 ============
@@ -97,7 +105,7 @@ 
 * CTS fix
 * fix unicode issue in new usage of python's tarfile lp:1071279
 
-.. _verison_0_20_1:
+.. _version_0_20_1:
 
 Version 0.20.1
 ==============

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2013-01-15 21:43:26 +0000
+++ lava_dispatcher/__init__.py	2013-01-21 22:39:36 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 30, 0, "final", 0)
+__version__ = (0, 31, 0, "final", 0)