diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 199: release-0.19

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

Commit Message

Andy Doan July 18, 2012, 1:33 a.m. UTC
------------------------------------------------------------
revno: 199
tags: release-0.19
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Tue 2012-07-17 17:34:12 -0500
message:
  release-0.19
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-06-28 06:14:34 +0000
+++ doc/changes.rst	2012-07-17 22:34:12 +0000
@@ -6,7 +6,11 @@ 
 Version 0.19
 ============
 
-* Unreleased
+* make health job creation more like regular job creation
+* updates to support running jobs via celery
+* make admin page load faster for editing devices
+* add a link on job page to actual device it ran on
+* add a report for 5 longest running jobs
 
 .. _version_0_18:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-06-28 06:14:34 +0000
+++ lava_scheduler_app/__init__.py	2012-07-17 22:34:12 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 19, 0, "dev", 0)
+__version__ = (0, 19, 0, "final", 0)