From patchwork Wed Dec 7 01:51:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 5523 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 1E27723E0C for ; Wed, 7 Dec 2011 01:51:22 +0000 (UTC) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by fiordland.canonical.com (Postfix) with ESMTP id 15A98A184C1 for ; Wed, 7 Dec 2011 01:51:22 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c14so43279eek.11 for ; Tue, 06 Dec 2011 17:51:22 -0800 (PST) Received: by 10.14.9.163 with SMTP id 35mr3250385eet.234.1323222681881; Tue, 06 Dec 2011 17:51:21 -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.129.2 with SMTP id hg2cs58267bkc; Tue, 6 Dec 2011 17:51:21 -0800 (PST) Received: by 10.227.206.144 with SMTP id fu16mr3845455wbb.23.1323222679704; Tue, 06 Dec 2011 17:51:19 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id fb6si41655wbb.99.2011.12.06.17.51.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Dec 2011 17:51:19 -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 1RY6fH-0008I3-GY for ; Wed, 07 Dec 2011 01:51:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7346DE06D0 for ; Wed, 7 Dec 2011 01:51:19 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 176 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 176: bump version, record changes Message-Id: <20111207015119.5282.28313.launchpad@ackee.canonical.com> Date: Wed, 07 Dec 2011 01:51:19 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14435"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 73ca0a997871926de40fe8a051fc3c5b7eb3e75c ------------------------------------------------------------ revno: 176 tags: release-0.4.0 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Wed 2011-12-07 14:45:53 +1300 message: bump version, record changes modified: doc/changes.rst lava_dispatcher/__init__.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'doc/changes.rst' --- doc/changes.rst 2011-11-18 03:49:40 +0000 +++ doc/changes.rst 2011-12-07 01:45:53 +0000 @@ -1,6 +1,16 @@ Version History *************** +.. _version_0_4: + +Version 0.4 +=========== +* Major refactoring of how commands are run on boards. +* Set PS1 in a way that works on ice cream sandwich builds +* Add --config-dir option. +* Consistently fail if deployment fails. +* Support for snowball V5 and later. + .. _version_0_3_5: Version 0.3.5(Milestone 11.11) === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2011-11-18 03:49:40 +0000 +++ lava_dispatcher/__init__.py 2011-12-07 01:45:53 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 3, 5, "final", 0) +__version__ = (0, 4, 0, "final", 0)