From patchwork Thu Feb 16 13:56:11 2012 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: 6820 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 4A2B523EB0 for ; Thu, 16 Feb 2012 13:56:14 +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 1354DA18AB9 for ; Thu, 16 Feb 2012 13:56:13 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id z7so4051544iab.11 for ; Thu, 16 Feb 2012 05:56:13 -0800 (PST) Received: by 10.50.203.6 with SMTP id km6mr2994163igc.25.1329400573869; Thu, 16 Feb 2012 05:56:13 -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 r19csp17037ibk; Thu, 16 Feb 2012 05:56:12 -0800 (PST) Received: by 10.180.8.164 with SMTP id s4mr4304948wia.6.1329400571580; Thu, 16 Feb 2012 05:56:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id ft1si5219266wib.41.2012.02.16.05.56.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Feb 2012 05:56:11 -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 1Ry1oh-0005Az-33 for ; Thu, 16 Feb 2012 13:56:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 08110E04EB for ; Thu, 16 Feb 2012 13:56:11 +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: 76 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glcompbench-dev/glcompbench/trunk] Rev 76: Build, Doc: Update files for 2012.02 release. Message-Id: <20120216135611.3863.24295.launchpad@ackee.canonical.com> Date: Thu, 16 Feb 2012 13:56:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14814"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 5e631760d8d753e73d761101db0d9ac02ea10ffb X-Gm-Message-State: ALoCoQlt4Ux/WXTXPNuOVTU45rNrnX/COkzJLwjmw2oL3TBfIDMgNw52RZmDRyCi3JmKl3FGrlUG ------------------------------------------------------------ revno: 76 tags: 2012.02 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2012-02-16 14:19:54 +0200 message: Build,Doc: Update files for 2012.02 release. modified: NEWS 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-12-14 17:58:10 +0000 +++ NEWS 2012-02-16 12:19:54 +0000 @@ -1,3 +1,9 @@ +glcompbench 2012.02 (20120216) +============================== + +* Use utility classes provided by recent versions of libmatrix + instead of internal classes, and remove obsolete internal classes. + glcompbench 2011.12 (20111215) ============================== === modified file 'doc/glcompbench.1.in' --- doc/glcompbench.1.in 2011-12-14 17:58:10 +0000 +++ doc/glcompbench.1.in 2012-02-16 12:19:54 +0000 @@ -1,4 +1,4 @@ -.TH @APPNAME@ "1" "December 2011" "@appname@ @appversion@" +.TH @APPNAME@ "1" "February 2012" "@appname@ @appversion@" .SH NAME @appname@ \- OpenGL (ES) 2.0 compositing benchmark .SH SYNOPSIS === modified file 'wscript' --- wscript 2011-12-14 17:58:10 +0000 +++ wscript 2012-02-16 12:19:54 +0000 @@ -4,7 +4,7 @@ out = 'build' top = '.' -VERSION = '2011.12' +VERSION = '2012.02' APPNAME = 'glcompbench' def option_list_cb(option, opt, value, parser):