diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 106: release 0.3.2

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

Commit Message

Paul Larson Dec. 16, 2011, 4:44 a.m. UTC
------------------------------------------------------------
revno: 106
tags: release-0.3.2, 2011.12
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-test
timestamp: Thu 2011-12-15 22:38:12 -0600
message:
  release 0.3.2
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-09-12 09:19:10 +0000
+++ doc/changes.rst	2011-12-16 04:38:12 +0000
@@ -1,6 +1,13 @@ 
 Version History
 ***************
 
+.. _version_0_3.2:
+
+Version 0.3.2
+=============
+* Update parse function using in LTP test suite to fix 900694
+* fix a bug with tiobench
+
 .. _version_0_2:
 
 Version 0.2

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2011-10-20 20:42:17 +0000
+++ lava_test/__init__.py	2011-12-16 04:38:12 +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, 1, "final", 0)
+__version__ = (0, 3, 2, "final", 0)