From patchwork Tue Oct 18 14:50:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 4733 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 A097323DE2 for ; Tue, 18 Oct 2011 14:50:19 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 61210A1853A for ; Tue, 18 Oct 2011 14:50:19 +0000 (UTC) Received: by yxm34 with SMTP id 34so916104yxm.11 for ; Tue, 18 Oct 2011 07:50:18 -0700 (PDT) Received: by 10.223.60.73 with SMTP id o9mr4507563fah.18.1318949418433; Tue, 18 Oct 2011 07:50:18 -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.152.1.71 with SMTP id 7cs48228lak; Tue, 18 Oct 2011 07:50:18 -0700 (PDT) Received: by 10.227.196.194 with SMTP id eh2mr972640wbb.52.1318949417738; Tue, 18 Oct 2011 07:50:17 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id em13si1693261wbb.129.2011.10.18.07.50.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Oct 2011 07:50:17 -0700 (PDT) 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 1RGAzh-00012q-60 for ; Tue, 18 Oct 2011 14:50:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0CCC4E09E9 for ; Tue, 18 Oct 2011 14:50:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 64 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 64: Build, Doc: Update files for 2011.10 release. Message-Id: <20111018145017.3343.37486.launchpad@ackee.canonical.com> Date: Tue, 18 Oct 2011 14: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="14157"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 1e8756cb1aed46ef5e1f56ef6a329edbbd4c3769 ------------------------------------------------------------ revno: 64 tags: 2011.10 committer: Alexandros Frantzis branch nick: trunk timestamp: Mon 2011-10-17 17:15:32 +0300 message: Build,Doc: Update files for 2011.10 release. modified: NEWS doc/gl-composite-benchmark.1.in doc/glcompbench.1.in wscript --- lp:glcompbench https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk You are subscribed to branch lp:glcompbench. To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription === modified file 'NEWS' --- NEWS 2011-09-22 13:02:30 +0000 +++ NEWS 2011-10-17 14:15:32 +0000 @@ -1,3 +1,8 @@ +glcompbench 2011.10 (20111018) +============================== + +* New 'fade' benchmark. + glcompbench 2011.09 (20110922) ============================== === modified file 'doc/gl-composite-benchmark.1.in' --- doc/gl-composite-benchmark.1.in 2011-09-22 13:02:30 +0000 +++ doc/gl-composite-benchmark.1.in 2011-10-17 14:15:32 +0000 @@ -1,4 +1,4 @@ -.TH GL-COMPOSITE-BENCHMARK "1" "September 2011" "gl-composite-benchmark @appversion@" +.TH GL-COMPOSITE-BENCHMARK "1" "October 2011" "gl-composite-benchmark @appversion@" .SH NAME .SH SYNOPSIS .B gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]] === modified file 'doc/glcompbench.1.in' --- doc/glcompbench.1.in 2011-09-22 13:02:30 +0000 +++ doc/glcompbench.1.in 2011-10-17 14:15:32 +0000 @@ -1,4 +1,4 @@ -.TH @APPNAME@ "1" "September 2011" "@appname@ @appversion@" +.TH @APPNAME@ "1" "October 2011" "@appname@ @appversion@" .SH NAME @appname@ \- OpenGL (ES) 2.0 compositing benchmark .SH SYNOPSIS === modified file 'wscript' --- wscript 2011-09-22 13:02:30 +0000 +++ wscript 2011-10-17 14:15:32 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '2011.09' +VERSION = '2011.10' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):