diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 165: release 0.3.5

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

Commit Message

Paul Larson Nov. 18, 2011, 3:52 a.m. UTC
------------------------------------------------------------
revno: 165
tags: release-0.3.5, 2011.11
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Thu 2011-11-17 21:49:40 -0600
message:
  release 0.3.5
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	2011-10-21 05:59:21 +0000
+++ doc/changes.rst	2011-11-18 03:49:40 +0000
@@ -1,6 +1,25 @@ 
 Version History
 ***************
 
+.. _version_0_3_5:
+
+Version 0.3.5(Milestone 11.11)
+==============================
+* have soft_reboot look for a message that both android and regular images print
+* update android demo job to download urls that will hopefully exist for a while
+* First pass at adding plugin support for lava actions
+* Add a --validate switch for using the dispatcher to validate the schema
+* fix hang with add-apt-repository in oneiric
+* Add LAVA support for Android on MX53 QS board
+* Allow passing an option to the install step for lava-android-test
+* increase timeout for waiting on the network to come up
+* fix pypi installations issues
+* Add l-m-c version to metadata
+* Merge improvement for bug 874594 so the default timeout is shorten to 20mins
+* fix demo job to install and run the same test
+* remove old android tests and LavaAndroidClient
+* move all the stuff that knows about conmux to a concrete subclass of a new connection abstract class
+
 .. _version_0_3_4:
 
 Version 0.3.4(Milestone 11.10)

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2011-11-11 14:47:22 +0000
+++ lava_dispatcher/__init__.py	2011-11-18 03:49:40 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 3, 4, "final", 0)
+__version__ = (0, 3, 5, "final", 0)