diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 313: release 0.11

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

Commit Message

Michael-Doyle Hudson June 1, 2012, 5:21 a.m. UTC
------------------------------------------------------------
revno: 313
tags: release-0.11
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-06-01 17:18:26 +1200
message:
  release 0.11
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-06-01 02:02:34 +0000
+++ doc/changes.rst	2012-06-01 05:18:26 +0000
@@ -6,7 +6,9 @@ 
 Version 0.11
 ============
 
-* Unreleased.
+* Watch for various messages from the connection_command that indicate
+  how successful the connection attempt has been, and do various
+  things in response.
 
 .. _version_0_10:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-06-01 02:02:34 +0000
+++ lava_dispatcher/__init__.py	2012-06-01 05:18:26 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 11, 0, "dev", 0)
+__version__ = (0, 11, 0, "final", 0)