diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 388: release-0.18

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

Commit Message

Andy Doan Sept. 24, 2012, 4:13 p.m. UTC
------------------------------------------------------------
revno: 388
tags: 2012.09, release-0.18
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-09-24 11:12:18 -0500
message:
  release-0.18
  
  2012.09
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-09-14 16:33:26 +0000
+++ doc/changes.rst	2012-09-24 16:12:18 +0000
@@ -1,6 +1,13 @@ 
 Version History
 ***************
 
+.. _version_0_18:
+
+Version 0.18
+============
+* fix issue with /etc/resolv.conf
+* removed unused/unsupported action attributes: pkg and kernel_matrix
+
 .. _version_0_17_2:
 
 Version 0.17.2

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-09-14 16:33:26 +0000
+++ lava_dispatcher/__init__.py	2012-09-24 16:12:18 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 17, 2, "final", 0)
+__version__ = (0, 18, 0, "final", 0)