diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 149: release 0.8

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

Commit Message

Michael-Doyle Hudson May 25, 2012, 3:47 a.m. UTC
------------------------------------------------------------
revno: 149
tags: release-0.8
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-05-25 15:44:24 +1200
message:
  release 0.8
modified:
  doc/changes.rst
  lava_test/__init__.py


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

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

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-05-08 18:46:33 +0000
+++ doc/changes.rst	2012-05-25 03:44:24 +0000
@@ -6,9 +6,11 @@ 
 Version 0.8
 ===========
 
-* Unreleased
 * Create dashboard bundles with the 1.3 format for simplified tag support
   in the dispatcher (so that test results can carry tags)
+* Fix pwrmgmt test dependencies.
+* Set DEBIAN_FRONTEND=noninteractive when installing test dependencies (bug
+  #1002285)
 
 .. _version_0_7:
 

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-05-08 18:45:30 +0000
+++ lava_test/__init__.py	2012-05-25 03:44:24 +0000
@@ -13,4 +13,4 @@ 
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = (0, 8, 0, "dev", 0)
+__version__ = (0, 8, 0, "final", 0)