diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 381: release-0.17.1

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

Commit Message

Andy Doan Sept. 12, 2012, 8:26 p.m. UTC
------------------------------------------------------------
revno: 381
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Wed 2012-09-12 15:25:19 -0500
message:
  release-0.17.1
  
  we need to get some bug fixes deployed quickly
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-08-28 05:22:32 +0000
+++ doc/changes.rst	2012-09-12 20:25:19 +0000
@@ -1,11 +1,13 @@ 
 Version History
 ***************
 
-.. _version_0_18:
+.. _version_0_17.1:
 
-Version 0.18
+Version 0.17.1
 ============
-* Unreleased
+* regression bug fix for ADB connections in FastModels
+* bug lp:1032467
+* don't leak LAVA access token into logfile
 
 .. _version_0_17:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-08-28 05:22:32 +0000
+++ lava_dispatcher/__init__.py	2012-09-12 20:25:19 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 18, 0, "dev", 0)
+__version__ = (0, 17, 1, "final", 0)