From patchwork Thu Feb 16 01:36:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6813 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 4CF5723DC3 for ; Thu, 16 Feb 2012 01:36:22 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 151EBA1894A for ; Thu, 16 Feb 2012 01:36:21 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id z7so3090163iab.11 for ; Wed, 15 Feb 2012 17:36:21 -0800 (PST) Received: by 10.42.80.3 with SMTP id t3mr383943ick.49.1329356181772; Wed, 15 Feb 2012 17:36: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.231.80.19 with SMTP id r19cs1766ibk; Wed, 15 Feb 2012 17:36:21 -0800 (PST) Received: by 10.180.83.97 with SMTP id p1mr812660wiy.19.1329356179814; Wed, 15 Feb 2012 17:36:19 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id f47si3972154wed.129.2012.02.15.17.36.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 17:36: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 1RxqGh-0003Ey-AY for ; Thu, 16 Feb 2012 01:36:19 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 47CC4E01E8 for ; Thu, 16 Feb 2012 01:36:19 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 349 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 349: release-0.10 Message-Id: <20120216013619.24417.30812.launchpad@ackee.canonical.com> Date: Thu, 16 Feb 2012 01:36: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="14781"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 5d334e1a1c4c2fc3cd40c8fe78f48284480592b0 X-Gm-Message-State: ALoCoQlzmTgabLQWhwtDBowJi4A0mAXHSzeSNHMxWizgQTw2uxdrphgTkWXh5AFOBRZiiUzkhC2g ------------------------------------------------------------ revno: 349 tags: 2012.02, release-0.10 committer: Paul Larson branch nick: lava-server timestamp: Wed 2012-02-15 17:33:56 -0800 message: release-0.10 modified: doc/changes.rst --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'doc/changes.rst' --- doc/changes.rst 2012-02-09 02:54:55 +0000 +++ doc/changes.rst 2012-02-16 01:33:56 +0000 @@ -1,7 +1,16 @@ Version History *************** -.. _version_0.9.1: +.. _version_0_10: + +Version 0.10 +============ +Add scaffolding for server side pagination of tables +improve error 500 handler page +Merge HeadlesExtension and documentation update +add initial support for data-tables server side code + +.. _version_0_9_1: Version 0.9.1 ============= @@ -11,7 +20,7 @@ * Small documentation cleanup * Initial code reference -.. _version_0.9: +.. _version_0_9: Version 0.9 =========== @@ -20,7 +29,7 @@ * LAVA Server now depends on django-1.3 * Fixed bugs 915314, 915293 -.. _version_0.8.2: +.. _version_0_8_2: Version 0.8.2 ============= @@ -28,7 +37,7 @@ * Fix the default mount point to be "" * Make extensions aware of mount points -.. _version_0.7.2: +.. _version_0_7_2: Version 0.7.2 =============