diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 114: release-0.7.1

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

Commit Message

Paul Larson Jan. 19, 2012, 5:26 p.m. UTC
------------------------------------------------------------
revno: 114
tags: 2012.01, release-0.7.1
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-scheduler
timestamp: Thu 2012-01-19 11:24:24 -0600
message:
  release-0.7.1
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	2011-12-16 04:09:01 +0000
+++ doc/changes.rst	2012-01-19 17:24:24 +0000
@@ -1,6 +1,14 @@ 
 Version History
 ***************
 
+.. _version_0.7.1:
+
+Version 0.7.1
+=============
+* Allow results to be submitted to non-anonymous bundle streams
+* Improved job view when log files are missing
+* Fixed some issues with device tags and postgres
+
 .. _version_0.7.0:
 
 Version 0.7.0

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2011-12-16 04:09:01 +0000
+++ lava_scheduler_app/__init__.py	2012-01-19 17:24:24 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 7, 0, "final", 0)
+__version__ = (0, 7, 1, "final", 0)