From patchwork Thu Jan 19 17:48:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6305 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id CC9F223F82 for ; Thu, 19 Jan 2012 17:48:14 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id BB7A2A1848D for ; Thu, 19 Jan 2012 17:48:14 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id zt4so245927bkb.11 for ; Thu, 19 Jan 2012 09:48:14 -0800 (PST) Received: by 10.205.26.67 with SMTP id rl3mr10628353bkb.45.1326995294607; Thu, 19 Jan 2012 09:48:14 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs18627bkc; Thu, 19 Jan 2012 09:48:14 -0800 (PST) Received: by 10.216.138.5 with SMTP id z5mr991544wei.37.1326995292779; Thu, 19 Jan 2012 09:48:12 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s55si70547wec.85.2012.01.19.09.48.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 09:48:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Rnw5s-0006hn-ID for ; Thu, 19 Jan 2012 17:48:12 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7F654E1438 for ; Thu, 19 Jan 2012 17:48:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 111 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 111: release-0.3.3 Message-Id: <20120119174812.13722.62430.launchpad@ackee.canonical.com> Date: Thu, 19 Jan 2012 17:48:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14692"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: be08748be2ef1f3fe05423bf9827433900b29811 ------------------------------------------------------------ revno: 111 tags: 2012.01, release-0.3.3 committer: Paul Larson branch nick: lava-test timestamp: Thu 2012-01-19 11:46:21 -0600 message: release-0.3.3 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 === modified file 'doc/changes.rst' --- doc/changes.rst 2011-12-16 04:38:12 +0000 +++ doc/changes.rst 2012-01-19 17:46:21 +0000 @@ -1,6 +1,15 @@ Version History *************** +.. _version_0_3.3: + +Version 0.3.3 +============= +* New perf test +* Fix dependencies for pwrmgmt and ltp tests +* Fix bug 898092 - More detail error messages when parsing the out of tree json file +* Added some documentation for many of the testsuites + .. _version_0_3.2: Version 0.3.2 === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2011-12-16 04:38:12 +0000 +++ lava_test/__init__.py 2012-01-19 17:46:21 +0000 @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = (0, 3, 2, "final", 0) +__version__ = (0, 3, 3, "final", 0)