diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 293: release 0.7.1

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

Commit Message

Michael-Doyle Hudson May 17, 2012, 9:31 p.m. UTC
------------------------------------------------------------
revno: 293
tags: release-0.7.1
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-05-18 09:25:09 +1200
message:
  release 0.7.1
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-15 04:40:49 +0000
+++ doc/changes.rst	2012-05-17 21:25:09 +0000
@@ -1,10 +1,15 @@ 
 Version History
 ***************
 
-.. _version_0_8:
-
-Version 0.8 (unreleased)
-========================
+.. _version_0_7_1:
+
+Version 0.7.1
+=============
+
+* Increase the timeout around the shell commands to set up the proxy in the
+  test image.
+* Make the wget part of the wget|tar operations slightly more verbose.
+* Do not fetch the test images to the board through the proxy.
 
 .. _version_0_7:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-05-15 04:40:49 +0000
+++ lava_dispatcher/__init__.py	2012-05-17 21:25:09 +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, 7, 1, "final", 0)