diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 157: Fixed ltp-snowball-tests install steps.

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

Commit Message

Le Chi Thu May 31, 2012, 7:34 a.m. UTC
Merge authors:
  Michael Hudson-Doyle (mwhudson)
------------------------------------------------------------
revno: 157 [merge]
committer: Le Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>
branch nick: trunk
timestamp: Thu 2012-05-31 15:31:56 +0800
message:
  Fixed ltp-snowball-tests install steps.
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:27:20 +0000
+++ doc/changes.rst	2012-05-31 07:31:56 +0000
@@ -1,6 +1,12 @@ 
 Version History
 ***************
 
+.. _version_0_10:
+
+Version 0.10
+============
+
+* Unreleased.
 * Fixed ltp-snowball-tests install steps
 * Changed ltp-snowball-tests default test suite.
 
@@ -9,9 +15,10 @@ 
 Version 0.9
 ===========
 
-* Unreleased.
 * Fix installation of pm-qa tests (bug #1004499).
 * Add a simple setup.cfg to work around packaging problems.
+* Changed ltp-snowball-tests default test suite.
+* Fixed dependencies of ltp test.
 
 .. _version_0_8:
 

=== modified file 'lava_test/__init__.py'
--- lava_test/__init__.py	2012-05-25 03:45:27 +0000
+++ lava_test/__init__.py	2012-05-31 07:05:02 +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, 9, 0, "dev", 0)
+__version__ = (0, 10, 0, "dev", 0)