From patchwork Wed Jun 29 22:05:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2379 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 883CE2405F for ; Wed, 29 Jun 2011 22:05:44 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 52919A18285 for ; Wed, 29 Jun 2011 22:05:44 +0000 (UTC) Received: by qwb8 with SMTP id 8so1190688qwb.11 for ; Wed, 29 Jun 2011 15:05:43 -0700 (PDT) Received: by 10.229.1.140 with SMTP id 12mr1034968qcf.118.1309385143707; Wed, 29 Jun 2011 15:05:43 -0700 (PDT) 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.229.48.135 with SMTP id r7cs54901qcf; Wed, 29 Jun 2011 15:05:41 -0700 (PDT) Received: by 10.216.235.234 with SMTP id u84mr2034015weq.51.1309385140580; Wed, 29 Jun 2011 15:05:40 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o20si3409634weq.26.2011.06.29.15.05.40; Wed, 29 Jun 2011 15:05:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Qc2t9-0001v2-QF for ; Wed, 29 Jun 2011 22:05:39 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C32802E895D for ; Wed, 29 Jun 2011 22:05:39 +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: 237 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 237: Update changelog for release 0.6/2011.06 Message-Id: <20110629220539.15493.20657.launchpad@loganberry.canonical.com> Date: Wed, 29 Jun 2011 22:05:39 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 49598879909c670b545ed13861e0833c05923f66 ------------------------------------------------------------ revno: 237 committer: Zygmunt Krynicki branch nick: trunk timestamp: Wed 2011-06-29 23:00:20 +0100 message: Update changelog for release 0.6/2011.06 modified: doc/changes.rst doc/index.rst doc/installation.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 'doc/changes.rst' --- doc/changes.rst 2011-06-28 11:42:54 +0000 +++ doc/changes.rst 2011-06-29 22:00:20 +0000 @@ -1,6 +1,26 @@ Version History *************** +.. _version_0_6: + +Version 0.6 +=========== + +This version was released as 2011.06 in the Linaro monthly release process. + +Release highlights: + +* The dashboard has been split into two components, a generic host for server + side applications (now called the lava-server) and a test result repository + and browser (now called the lava-dashboard). +* A big dependency revamp has made it possible to install the dashboard (as + lava-dashboard) straight from the python package index (pypi.python.org). + This simplifies deployment in certain environments. +* There is now a :ref:`installation` manual that describes how to deploy the + dashboard from a PPA. +* It is now possible to browse and discover available data views directly form + the web interface. This makes it easier to create additional reports. + .. _version_0_5: Version 0.5 === modified file 'doc/index.rst' --- doc/index.rst 2011-06-28 11:42:54 +0000 +++ doc/index.rst 2011-06-29 22:00:20 +0000 @@ -5,7 +5,7 @@ .. automodule:: dashboard_app .. seealso:: To get started quickly see :ref:`usage` -.. seealso:: See what's new in :ref:`version_0_5` +.. seealso:: See what's new in :ref:`version_0_6` Features ======== === modified file 'doc/installation.rst' --- doc/installation.rst 2011-06-28 16:28:57 +0000 +++ doc/installation.rst 2011-06-29 22:00:20 +0000 @@ -1,3 +1,5 @@ +.. _installation: + Installation ============