diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 355: release-0.15.2

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

Commit Message

Andy Doan July 22, 2012, 10:06 p.m. UTC
------------------------------------------------------------
revno: 355
tags: release-0.15.2, 2012.07
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Sun 2012-07-22 17:04:48 -0500
message:
  release-0.15.2
  
  2012.07
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-07-20 22:20:19 +0000
+++ doc/changes.rst	2012-07-22 22:04:48 +0000
@@ -1,7 +1,12 @@ 
 Version History
 ***************
 
-.. _version_0_15_1:
+.. _version_0_15_2:
+
+Version 0.15.2
+==============
+.. _version_0_15_2:
+* made consistent downloading and temp file creation logic to help prevent disk leakage
 
 Version 0.15.1
 ==============

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-07-20 22:20:19 +0000
+++ lava_dispatcher/__init__.py	2012-07-22 22:04:48 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 15, 1, "final", 0)
+__version__ = (0, 15, 2, "final", 0)