From patchwork Thu Jan 19 17:26:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6301 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 5927323E0C for ; Thu, 19 Jan 2012 17:26:21 +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 31A96A18179 for ; Thu, 19 Jan 2012 17:26:21 +0000 (UTC) Received: by bkbzt4 with SMTP id zt4so218510bkb.11 for ; Thu, 19 Jan 2012 09:26:21 -0800 (PST) Received: by 10.204.136.197 with SMTP id s5mr7482356bkt.9.1326993980869; Thu, 19 Jan 2012 09:26:20 -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 ac16cs18101bkc; Thu, 19 Jan 2012 09:26:20 -0800 (PST) Received: by 10.180.97.199 with SMTP id ec7mr5346222wib.8.1326993979275; Thu, 19 Jan 2012 09:26:19 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id y10si7870wix.44.2012.01.19.09.26.19 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 09:26: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 1Rnvkh-0000fY-0C for ; Thu, 19 Jan 2012 17:26:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E3685E01D0 for ; Thu, 19 Jan 2012 17:26:18 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 114 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 114: release-0.7.1 Message-Id: <20120119172618.7892.24697.launchpad@ackee.canonical.com> Date: Thu, 19 Jan 2012 17:26:18 -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: 5526b0d5ac1a090495e857021d0bfe648bc8c4f2 ------------------------------------------------------------ revno: 114 tags: 2012.01, release-0.7.1 committer: Paul Larson branch nick: lava-scheduler timestamp: Thu 2012-01-19 11:24:24 -0600 message: release-0.7.1 modified: doc/changes.rst lava_scheduler_app/__init__.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'doc/changes.rst' --- doc/changes.rst 2011-12-16 04:09:01 +0000 +++ doc/changes.rst 2012-01-19 17:24:24 +0000 @@ -1,6 +1,14 @@ Version History *************** +.. _version_0.7.1: + +Version 0.7.1 +============= +* Allow results to be submitted to non-anonymous bundle streams +* Improved job view when log files are missing +* Fixed some issues with device tags and postgres + .. _version_0.7.0: Version 0.7.0 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2011-12-16 04:09:01 +0000 +++ lava_scheduler_app/__init__.py 2012-01-19 17:24:24 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 7, 0, "final", 0) +__version__ = (0, 7, 1, "final", 0)