=== modified file 'doc/changes.rst'
@@ -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'
@@ -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)