diff mbox

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

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

Commit Message

Jesse Barker July 18, 2012, 3:51 p.m. UTC
------------------------------------------------------------
revno: 88
tags: 2012.07
committer: Jesse Barker <jesse.barker@linaro.org>
branch nick: 2012.07
timestamp: Wed 2012-07-18 08:47:55 -0700
message:
  Build, Doc: Update files for 2012.07 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-04-19 16:01:04 +0000
+++ NEWS	2012-07-18 15:47:55 +0000
@@ -1,3 +1,12 @@ 
+glcompbench 2012.07 (20120719)
+==============================
+
+* Add new 'scale' test that simulates the scaling effect of window managers
+  when raising a window from iconified state.
+* Updates to the 'fade' test to handle multiple invocations with different
+  durations (so the fade is always a function of the duration).
+* Bring libmatrix branch up to latest release (2012.05).
+
 glcompbench 2012.04 (20120419)
 ==============================
 

=== modified file 'doc/glcompbench.1.in'
--- doc/glcompbench.1.in	2012-04-19 16:01:04 +0000
+++ doc/glcompbench.1.in	2012-07-18 15:47:55 +0000
@@ -1,4 +1,4 @@ 
-.TH @APPNAME@ "1" "April 2012" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "July 2012" "@appname@ @appversion@"
 .SH NAME
 @appname@ \- OpenGL (ES) 2.0 compositing benchmark
 .SH SYNOPSIS

=== modified file 'wscript'
--- wscript	2012-05-01 15:12:54 +0000
+++ wscript	2012-07-18 15:47:55 +0000
@@ -4,7 +4,7 @@ 
 out = 'build'
 top = '.'
 
-VERSION = '2012.04'
+VERSION = '2012.07'
 APPNAME = 'glcompbench'
 
 def option_list_cb(option, opt, value, parser):