diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 301: release 0.8

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

Commit Message

Michael-Doyle Hudson May 25, 2012, 4:18 a.m. UTC
------------------------------------------------------------
revno: 301
tags: release-0.8
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-05-25 16:15:32 +1200
message:
  release 0.8
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-05-24 17:32:08 +0000
+++ doc/changes.rst	2012-05-25 04:15:32 +0000
@@ -1,9 +1,15 @@ 
 Version History
 ***************
 
+Version 0.8
+===========
+
 * Fixed reboot issues
 * Skip raising exception on the home screen has not displayed for health check jobs
 * Retry deployment if failed.
+* Allow lava-test-install action to install extra debs.
+* Allow installing lava-test from a deb.
+* Support running tests with monkeyrunner.
 
 .. _version_0_7_1:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-05-17 21:26:21 +0000
+++ lava_dispatcher/__init__.py	2012-05-25 04:15:32 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 8, 0, "dev", 0)
+__version__ = (0, 8, 0, "final", 0)