diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 530: release-0.30

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

Commit Message

Andy Doan Jan. 15, 2013, 9:44 p.m. UTC
------------------------------------------------------------
revno: 530
tags: release-0.30
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-01-15 15:43:26 -0600
message:
  release-0.30
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-10 03:19:29 +0000
+++ doc/changes.rst	2013-01-15 21:43:26 +0000
@@ -5,7 +5,10 @@ 
 
 Version 0.30
 ============
-* Unreleased
+* fillout log_lineno for lava-test-shell results
+* make fastmodel config files easier to manage
+* configglue warning fixes
+* keep old results directory around in lava-test-shell to help debug
 
 .. _verison_0_29:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2013-01-10 03:19:29 +0000
+++ lava_dispatcher/__init__.py	2013-01-15 21:43:26 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 30, 0, "dev", 0)
+__version__ = (0, 30, 0, "final", 0)