diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 494: release-0.25

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

Commit Message

Andy Doan Dec. 12, 2012, 10:40 p.m. UTC
------------------------------------------------------------
revno: 494
tags: release-0.25
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Wed 2012-12-12 16:38:40 -0600
message:
  release-0.25
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-12-04 22:51:00 +0000
+++ doc/changes.rst	2012-12-12 22:38:40 +0000
@@ -5,7 +5,8 @@ 
 
 Version 0.25
 ==============
-* Unreleased
+* signal handlers can be implemented as shell scripts
+* various lava-test-shell bug fixes
 
 .. _verison_0_24_1:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-12-04 22:51:00 +0000
+++ lava_dispatcher/__init__.py	2012-12-12 22:38:40 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 25, 0, "dev", 0)
+__version__ = (0, 25, 0, "final", 0)