=== modified file 'NEWS'
@@ -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'
@@ -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'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '2012.03'
+VERSION = '2012.04'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):