diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 180: relase 0.16

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

Commit Message

Michael-Doyle Hudson June 18, 2012, 2:57 a.m. UTC
------------------------------------------------------------
revno: 180
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-06-18 14:54:34 +1200
message:
  relase 0.16
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-05-31 06:52:50 +0000
+++ doc/changes.rst	2012-06-18 02:54:34 +0000
@@ -6,7 +6,9 @@ 
 Version 0.16
 ============
 
-* Unreleased.
+* Add a RETIRED status for boards.
+* Return a HTTP 403 not 404 when accessing a job that the logged in
+  user does not have permission to see.
 
 .. _version_0_15:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-05-31 06:52:50 +0000
+++ lava_scheduler_app/__init__.py	2012-06-18 02:54:34 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 16, 0, "dev", 0)
+__version__ = (0, 16, 0, "final", 0)