diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 119: release-0.4

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

Commit Message

Paul Larson Feb. 16, 2012, 1:41 a.m. UTC
------------------------------------------------------------
revno: 119
tags: 2012.02, release-0.4
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-test
timestamp: Wed 2012-02-15 17:39:52 -0800
message:
  release-0.4
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-01-19 17:46:21 +0000
+++ doc/changes.rst	2012-02-16 01:39:52 +0000
@@ -1,7 +1,23 @@ 
 Version History
 ***************
 
-.. _version_0_3.3:
+.. _version_0_4:
+
+Version 0.4
+===========
+* new lttng test from Avik Sil
+* Add wifi tests from rsalveti
+* New bluetooth enablement tests from rsalveti
+* New leb basic graphics tests from rsalveti
+* change logging level default so that it is not so spammy
+
+.. _version_0_3_4:
+
+Version 0.3.4
+=============
+* Fix exception handler for RegistryProvider._fill_cache()
+
+.. _version_0_3_3:
 
 Version 0.3.3
 =============
@@ -10,7 +26,7 @@ 
 * 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:
 
 Version 0.3.2
 =============

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-02-07 22:36:33 +0000
+++ lava_test/__init__.py	2012-02-16 01:39:52 +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, 4, "final", 0)
+__version__ = (0, 4, 0, "final", 0)