From patchwork Thu Jan 19 17:32: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: 6302 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 2EAA423E0C for ; Thu, 19 Jan 2012 17:32:19 +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 13B18A1847E for ; Thu, 19 Jan 2012 17:32:19 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so225934bkb.11 for ; Thu, 19 Jan 2012 09:32:18 -0800 (PST) Received: by 10.204.153.27 with SMTP id i27mr10624567bkw.81.1326994338673; Thu, 19 Jan 2012 09:32:18 -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 ac16cs18241bkc; Thu, 19 Jan 2012 09:32:18 -0800 (PST) Received: by 10.216.136.200 with SMTP id w50mr9822475wei.2.1326994337236; Thu, 19 Jan 2012 09:32:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s6si34352wiy.39.2012.01.19.09.32.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 09:32:17 -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 1RnvqT-00023x-0s for ; Thu, 19 Jan 2012 17:32:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id EF7C5E017C for ; Thu, 19 Jan 2012 17:32:16 +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: 198 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 198: release-0.4.2 Message-Id: <20120119173216.9909.53410.launchpad@ackee.canonical.com> Date: Thu, 19 Jan 2012 17:32: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="14692"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 36cc47d35c6ac6d4f6008935a369e2c441684abe ------------------------------------------------------------ revno: 198 tags: release-0.4.2, 2012.01 committer: Paul Larson branch nick: lava-dispatcher timestamp: Thu 2012-01-19 11:30:25 -0600 message: release-0.4.2 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 2012-01-15 23:37:30 +0000 +++ doc/changes.rst 2012-01-19 17:30:25 +0000 @@ -3,11 +3,14 @@ .. _version_0_4.2: -Version 0.4.2(unreleased) -========================= +Version 0.4.2(Milestone 2012.01) +================================ * Job files can now specify the filesystem to use for the rootfs. * It is now possible to include an auth token in the job file so that results can be submitted to a private bundle stream. +* Corrected errors with deploying Android 4.x +* Snowball improvements and workaround for reboot issues on snowball +* Better cleanup of temporary images if deployment fails * Bug fixes: #905457, #906772. .. _version_0_4.1: === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2011-12-16 04:33:55 +0000 +++ lava_dispatcher/__init__.py 2012-01-19 17:30:25 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see . -__version__ = (0, 4, 1, "final", 0) +__version__ = (0, 4, 2, "final", 0)