From patchwork Thu Feb 16 01:41:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6815 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 E018023ECA for ; Thu, 16 Feb 2012 01:41:18 +0000 (UTC) Received: from mail-tul01m020-f180.google.com (mail-tul01m020-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 97F02A18A53 for ; Thu, 16 Feb 2012 01:41:18 +0000 (UTC) Received: by obbuo19 with SMTP id uo19so3082973obb.11 for ; Wed, 15 Feb 2012 17:41:18 -0800 (PST) Received: by 10.50.85.231 with SMTP id k7mr15390651igz.25.1329356477930; Wed, 15 Feb 2012 17:41:17 -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.231.80.19 with SMTP id r19cs1809ibk; Wed, 15 Feb 2012 17:41:17 -0800 (PST) Received: by 10.180.24.7 with SMTP id q7mr858914wif.14.1329356476873; Wed, 15 Feb 2012 17:41:16 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id b8si312235wia.13.2012.02.15.17.41.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 17:41:16 -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 1RxqLU-00044R-6o for ; Thu, 16 Feb 2012 01:41:16 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 22703E03D7 for ; Thu, 16 Feb 2012 01:41:16 +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: 119 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 119: release-0.4 Message-Id: <20120216014116.26717.50058.launchpad@ackee.canonical.com> Date: Thu, 16 Feb 2012 01:41:16 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14781"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 843807a432f0acc91d4835956b683fa0440f7de7 X-Gm-Message-State: ALoCoQnnDJJRUz1y4zaXcBg6vzFvL1g5iHeWmvU/+7FfTVsOvFcOB9V3JB8Fj5Knxoi/turkogys ------------------------------------------------------------ revno: 119 tags: 2012.02, release-0.4 committer: Paul Larson branch nick: lava-test timestamp: Wed 2012-02-15 17:39:52 -0800 message: release-0.4 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 2012-01-19 17:46:21 +0000 +++ doc/changes.rst 2012-02-16 01:39:52 +0000 @@ -1,7 +1,23 @@ Version History *************** -.. _version_0_3.3: +.. _version_0_4: + +Version 0.4 +=========== +* new lttng test from Avik Sil +* Add wifi tests from rsalveti +* New bluetooth enablement tests from rsalveti +* New leb basic graphics tests from rsalveti +* change logging level default so that it is not so spammy + +.. _version_0_3_4: + +Version 0.3.4 +============= +* Fix exception handler for RegistryProvider._fill_cache() + +.. _version_0_3_3: Version 0.3.3 ============= @@ -10,7 +26,7 @@ * 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: Version 0.3.2 ============= === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2012-02-07 22:36:33 +0000 +++ lava_test/__init__.py 2012-02-16 01:39:52 +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, 4, "final", 0) +__version__ = (0, 4, 0, "final", 0)