diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 213: release 0.22

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

Commit Message

Michael-Doyle Hudson Sept. 20, 2012, 9:53 p.m. UTC
------------------------------------------------------------
revno: 213
tags: release-0.22
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-09-21 09:50:57 +1200
message:
  release 0.22
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-08-28 05:27:48 +0000
+++ doc/changes.rst	2012-09-20 21:50:57 +0000
@@ -5,7 +5,11 @@ 
 
 Version 0.22
 ============
-* Unreleased
+* Fix the tests.
+* Improve logging in scheduler daemon.
+* Make a few fkeys ON DELETE SET NULL.
+* Fix job page for jobs with no log file (as opposed to a missing log file).
+* update usage doc
 
 .. _version_0_21:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-08-28 05:27:48 +0000
+++ lava_scheduler_app/__init__.py	2012-09-20 21:50:57 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 22, 0, "dev", 0)
+__version__ = (0, 22, 0, "final", 0)