diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 58: Update files for 2011.08 release.

Message ID 20110818083613.26209.93314.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Aug. 18, 2011, 8:36 a.m. UTC
------------------------------------------------------------
revno: 58
tags: 2011.08
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Thu 2011-08-18 10:56:25 +0300
message:
  Update files for 2011.08 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
diff mbox

Patch

=== modified file 'NEWS'
--- NEWS	2011-07-21 09:50:35 +0000
+++ NEWS	2011-08-18 07:56:25 +0000
@@ -1,3 +1,8 @@ 
+glcompbench 2011.08 (20110818)
+==============================
+
+* Add xrender based compositing test.
+
 glcompbench 2011.07 (20110719)
 ==============================
 

=== modified file 'doc/gl-composite-benchmark.1.in'
--- doc/gl-composite-benchmark.1.in	2011-06-24 14:56:59 +0000
+++ doc/gl-composite-benchmark.1.in	2011-08-18 07:56:25 +0000
@@ -1,4 +1,4 @@ 
-.TH GL-COMPOSITE-BENCHMARK "1" "June 2011" "gl-composite-benchmark @appversion@"
+.TH GL-COMPOSITE-BENCHMARK "1" "August 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-06-24 14:56:59 +0000
+++ doc/glcompbench.1.in	2011-08-18 07:56:25 +0000
@@ -1,4 +1,4 @@ 
-.TH @APPNAME@ "1" "June 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "August 2011" "@appname@ @appversion@"
 .SH NAME
 @appname@ \- OpenGL (ES) 2.0 compositing benchmark
 .SH SYNOPSIS

=== modified file 'wscript'
--- wscript	2011-08-03 17:03:48 +0000
+++ wscript	2011-08-18 07:56:25 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2011.07'
+VERSION = '2011.08'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):