From patchwork Thu Dec 15 20:50:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 5786 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 5347E23E19 for ; Thu, 15 Dec 2011 20:50:19 +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 45633A1890D for ; Thu, 15 Dec 2011 20:50:19 +0000 (UTC) Received: by eeke52 with SMTP id e52so2911299eek.11 for ; Thu, 15 Dec 2011 12:50:19 -0800 (PST) Received: by 10.204.156.208 with SMTP id y16mr2338666bkw.72.1323982219067; Thu, 15 Dec 2011 12:50:19 -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 hg2cs53003bkc; Thu, 15 Dec 2011 12:50:18 -0800 (PST) Received: by 10.216.138.151 with SMTP id a23mr2112130wej.52.1323982217660; Thu, 15 Dec 2011 12:50:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id er7si4796083wbb.42.2011.12.15.12.50.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Dec 2011 12:50: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 1RbIFt-0001qs-Aq for ; Thu, 15 Dec 2011 20:50:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 4325BE03B3 for ; Thu, 15 Dec 2011 20:50:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 289 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 289: release version 0.10.1 Message-Id: <20111215205017.26622.69998.launchpad@ackee.canonical.com> Date: Thu, 15 Dec 2011 20:50:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: d3d16ed6af9ab5a0ba2413be6ad001de2bb3b6f6 ------------------------------------------------------------ revno: 289 tags: 2011.12, release-0.10.1 committer: Paul Larson branch nick: lava-dashboard timestamp: Thu 2011-12-15 14:46:27 -0600 message: release version 0.10.1 modified: dashboard_app/__init__.py doc/changes.rst --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === modified file 'dashboard_app/__init__.py' --- dashboard_app/__init__.py 2011-12-05 21:43:17 +0000 +++ dashboard_app/__init__.py 2011-12-15 20:46:27 +0000 @@ -20,4 +20,4 @@ Dashboard Application (package) """ -__version__ = (0, 10, 0, "final", 0) +__version__ = (0, 10, 1, "final", 0) === modified file 'doc/changes.rst' --- doc/changes.rst 2011-11-18 03:42:06 +0000 +++ doc/changes.rst 2011-12-15 20:46:27 +0000 @@ -1,6 +1,21 @@ Version History *************** +.. _version_0_10_1: + +Version 0.10.1 +============== + +* Fix sorting on bundle_list + +.. _version_0_10_0: + +Version 0.10.0 +============== + +* Fix breadcrumb + titlebar system after moving this responsibilty to lava-server +* do not limit the lengths of strings in attribute keys and values + .. _version_0_9_3: Version 0.9.3