diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 138: Bump version to 0.6 final

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

Commit Message

Le Chi Thu March 22, 2012, 1:55 p.m. UTC
------------------------------------------------------------
revno: 138
committer: Le Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>
branch nick: trunk
timestamp: Thu 2012-03-22 14:53:33 +0100
message:
  Bump version to 0.6 final
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-03-16 12:41:05 +0000
+++ doc/changes.rst	2012-03-22 13:53:33 +0000
@@ -1,11 +1,25 @@ 
 Version History
 ***************
- 
- * Add gatortests from dmstubbs. These tests initially check the apt-get process
-   for installing the gator module and gatord used for DS-5 streamline support.
-   The tests also check the module is inserted and that gatord is running.
- * Add reset command
-
+
+.. _version_0_6:
+
+Version 0.6
+===========
+
+* Merge two fix-annoyances branches with lots of changes:
+* Add e2eaudio test from the multimedia wg
+* Add spandex-gles2 test definition.
+* Add render-bench test definition.
+* Add test definition for the glmark2-es2 benchmark.
+* Fix incorrect logging.debug() format message
+* Added reset command
+* Merge support for --vebose
+* Fix and re-enable Cache class
+* Make lava-test usable inside a virtualenv.
+* Allow the user to pre-define analyzer_assigned_uuid
+* Add gatortests from dmstubbs. These tests initially check the apt-get process
+  for installing the gator module and gatord used for DS-5 streamline support.
+  The tests also check the module is inserted and that gatord is running.
 
 .. _version_0_5:
 

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-03-06 12:29:33 +0000
+++ lava_test/__init__.py	2012-03-22 13:53:33 +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, 5, 0, "dev", 0)
+__version__ = (0, 6, 0, "final", 0)