=== modified file 'doc/changes.rst'
@@ -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'
@@ -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)