diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 131: version bump release-0.9

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

Commit Message

Paul Larson Feb. 16, 2012, 1:30 a.m. UTC
------------------------------------------------------------
revno: 131
tags: 2012.02, release-0.9
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-scheduler
timestamp: Wed 2012-02-15 17:27:55 -0800
message:
  version bump release-0.9
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-01-23 22:00:58 +0000
+++ doc/changes.rst	2012-02-16 01:27:55 +0000
@@ -1,7 +1,26 @@ 
 Version History
 ***************
 
-.. _version_0.7.3:
+.. _version_0_9:
+
+Version 0.9
+===========
+* Make alljobs paginated so that it will load very quickly
+* handle invalid values for start in job_output
+* record device status transitions
+* ask for a reason when offlining/onlining a board
+* display transitions on the device page
+
+.. _version_0_8:
+
+Version 0.8
+===========
+* improvements to the docs from Adam Konarski
+* make submit_job give slightly more useful permission errors
+* restore code to allow submission of results to a private bundle
+* reject unknown jobs at submit time
+
+.. _version_0_7_3:
 
 Version 0.7.3
 =============
@@ -9,14 +28,14 @@ 
 * Include static assets in the sdist (multiply reported as: #919079,
   #919047, #917393)
 
-.. _version_0.7.2:
+.. _version_0_7_2:
 
 Version 0.7.2
 =============
 * Revert 'allow results to be submitted to non-anonymous bundle streams' as it
   caused the entire job to be deleted when it completed.
 
-.. _version_0.7.1:
+.. _version_0_7_1:
 
 Version 0.7.1
 =============
@@ -24,7 +43,7 @@ 
 * Improved job view when log files are missing
 * Fixed some issues with device tags and postgres
 
-.. _version_0.7.0:
+.. _version_0_7_0:
 
 Version 0.7.0
 =============
@@ -33,7 +52,7 @@ 
 *  Overhaul of the job view
 *  Fix unit tests
 
-.. _version_0.5.5:
+.. _version_0_5_5:
 
 Version 0.5.5
 =============

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-02-07 19:48:20 +0000
+++ lava_scheduler_app/__init__.py	2012-02-16 01:27:55 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 9, 0, "dev", 0)
+__version__ = (0, 9, 0, "final", 0)