=== modified file 'NEWS'
@@ -1,3 +1,13 @@
+glcompbench 2011.12 (20111215)
+==============================
+
+* Add new 'glproxy' flavor that supports glx and egl-es2 in a single
+ executable using libglproxy.
+* Fix race condition in gl-composite-benchmark that caused the script
+ not to detect xterm WIDs properly.
+* Introduce the ShaderSource object to make shader creation more
+ versatile.
+
glcompbench 2011.10 (20111018)
==============================
=== modified file 'doc/glcompbench.1.in'
@@ -1,4 +1,4 @@
-.TH @APPNAME@ "1" "October 2011" "@appname@ @appversion@"
+.TH @APPNAME@ "1" "December 2011" "@appname@ @appversion@"
.SH NAME
@appname@ \- OpenGL (ES) 2.0 compositing benchmark
.SH SYNOPSIS
=== modified file 'wscript'
@@ -4,7 +4,7 @@
out = 'build'
top = '.'
-VERSION = '2011.10'
+VERSION = '2011.12'
APPNAME = 'glcompbench'
def option_list_cb(option, opt, value, parser):