diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 470: release-0.23

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

Commit Message

Andy Doan Nov. 27, 2012, 7:55 p.m. UTC
------------------------------------------------------------
revno: 470
tags: release-0.23, 2012.11
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2012-11-27 13:54:02 -0600
message:
  release-0.23
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-11-19 19:29:00 +0000
+++ doc/changes.rst	2012-11-27 19:54:02 +0000
@@ -5,7 +5,11 @@ 
 
 Version 0.23
 ============
-* Unreleased
+* signal support
+* fix pipe draining issue causing 100% cpu consumption with CTS
+* fix bug where ctrl-c causes exception
+* job priority support
+* YAML test def can be specified in a git/bzr repo
 
 .. _verison_0_22:
 

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