diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 167: release 0.10

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

Commit Message

Andy Doan June 28, 2012, 6:36 a.m. UTC
------------------------------------------------------------
revno: 167
tags: 2012.06, release-0.10
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-test
timestamp: Thu 2012-06-28 01:35:10 -0500
message:
  release 0.10
  
  2012.06
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-31 07:31:56 +0000
+++ doc/changes.rst	2012-06-28 06:35:10 +0000
@@ -6,9 +6,12 @@ 
 Version 0.10
 ============
 
-* Unreleased.
 * Fixed ltp-snowball-tests install steps
 * Changed ltp-snowball-tests default test suite.
+* Update to 20120614 version of LTP
+* gatortest fixes
+* pwrmgmt fixes
+* perf fixes
 
 .. _version_0_9:
 
@@ -74,7 +77,7 @@ 
  * Add new GLMark2 ES2 test (glmark2-es2)
  * Add new render-bench test
  * Add spandex-gles2 test
- * Add e2eaudiotest test 
+ * Add e2eaudiotest test
  * Document :meth:`lava_test.api.core.ITest.run()` and
    :attr:`lava_test.api.core.ITest.test_id`. This change fixes
    https://bugs.launchpad.net/lava-test/+bug/919268
@@ -95,7 +98,7 @@ 
 Version 0.3.4
 =============
 * Fix exception handler for RegistryProvider._fill_cache()
-  https://launchpad.net/bugs/926867 
+  https://launchpad.net/bugs/926867
 
 .. _version_0_3_3:
 

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-05-31 07:05:02 +0000
+++ lava_test/__init__.py	2012-06-28 06:35:10 +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, 10, 0, "dev", 0)
+__version__ = (0, 10, 0, "final", 0)