diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 549: release-0.32

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

Commit Message

Andy Doan Jan. 30, 2013, 4:35 a.m. UTC
------------------------------------------------------------
revno: 549
tags: release-0.32
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-01-29 22:34:29 -0600
message:
  release-0.32
  
  2013.01
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	2013-01-23 04:39:11 +0000
+++ doc/changes.rst	2013-01-30 04:34:29 +0000
@@ -1,6 +1,15 @@ 
 Version History
 ***************
 
+.. _version_0_32:
+
+Version 0.32
+============
+* galaxy nexus support
+* sdmux fixes
+* boot options fixes for master.py
+* support for killing --oob-fd hack in lava-scheduler
+
 .. _version_0_31_2:
 
 Version 0.31.2

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2013-01-23 04:39:11 +0000
+++ lava_dispatcher/__init__.py	2013-01-30 04:34:29 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 31, 2, "final", 0)
+__version__ = (0, 32, 0, "final", 0)