diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 82: Build, Doc: Update files for 2012.04 release.

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

Commit Message

Jesse Barker April 19, 2012, 4:10 p.m. UTC
------------------------------------------------------------
revno: 82
tags: 2012.04
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: trunk
timestamp: Thu 2012-04-19 09:01:04 -0700
message:
  Build,Doc: Update files for 2012.04 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
diff mbox

Patch

=== modified file 'NEWS'
--- NEWS	2012-03-22 14:35:00 +0000
+++ NEWS	2012-04-19 16:01:04 +0000
@@ -1,3 +1,11 @@ 
+glcompbench 2012.04 (20120419)
+==============================
+
+* Fix for bug 984058 (glcompbench exits when closing a window tracked by the
+  canvas).
+* Updates to the 'blur' test to handle windows added to the canvas after the
+  test was initialized.
+
 glcompbench 2012.03 (20120322)
 ==============================
 

=== modified file 'doc/glcompbench.1.in'
--- doc/glcompbench.1.in	2012-03-22 14:35:00 +0000
+++ doc/glcompbench.1.in	2012-04-19 16:01:04 +0000
@@ -1,4 +1,4 @@ 
-.TH @APPNAME@ "1" "March 2012" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "April 2012" "@appname@ @appversion@"
 .SH NAME
 @appname@ \- OpenGL (ES) 2.0 compositing benchmark
 .SH SYNOPSIS

=== modified file 'wscript'
--- wscript	2012-03-22 14:35:00 +0000
+++ wscript	2012-04-19 16:01:04 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2012.03'
+VERSION = '2012.04'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):