diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 111: release-0.3.3

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

Commit Message

Paul Larson Jan. 19, 2012, 5:48 p.m. UTC
------------------------------------------------------------
revno: 111
tags: 2012.01, release-0.3.3
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-test
timestamp: Thu 2012-01-19 11:46:21 -0600
message:
  release-0.3.3
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	2011-12-16 04:38:12 +0000
+++ doc/changes.rst	2012-01-19 17:46:21 +0000
@@ -1,6 +1,15 @@ 
 Version History
 ***************
 
+.. _version_0_3.3:
+
+Version 0.3.3
+=============
+* New perf test
+* Fix dependencies for pwrmgmt and ltp tests
+* Fix bug 898092 - More detail error messages when parsing the out of tree json file
+* Added some documentation for many of the testsuites
+
 .. _version_0_3.2:
 
 Version 0.3.2

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2011-12-16 04:38:12 +0000
+++ lava_test/__init__.py	2012-01-19 17:46:21 +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, 3, 2, "final", 0)
+__version__ = (0, 3, 3, "final", 0)