diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 365: release-0.16

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

Commit Message

Andy Doan Aug. 2, 2012, 11:10 p.m. UTC
------------------------------------------------------------
revno: 365
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-08-02 18:08:45 -0500
message:
  release-0.16
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-02 02:33:34 +0000
+++ doc/changes.rst	2012-08-02 23:08:45 +0000
@@ -5,17 +5,19 @@ 
 
 Version 0.16
 ============
-* UnReleased
 * Fix #1028512, provide test image hostname custom option: tester_hostname.
 * Fix #1019630, possibility to set proxy error when sending serial port command.
+* Add support for Ubuntu images to FastModel client
+* Allow clients to handle custom boot options
 
 .. _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:
+
 Version 0.15.1
 ==============
 * fixed a bug causing cache leak and pre-built image test failure

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-07-22 22:11:31 +0000
+++ lava_dispatcher/__init__.py	2012-08-02 23:08:45 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 16, 0, "dev", 0)
+__version__ = (0, 16, 0, "final", 0)