=== modified file 'NEWS'
@@ -1,3 +1,13 @@
+glmark2 2011.08 (20110818)
+==========================
+
+* Port to Android (see INSTALL.android).
+* Add benchmark based on pulsar X11 GL screensaver.
+* Add benchmark for 2D image processing using the GPU.
+* Add command line option to set the size of the output window (-s, --size).
+* Implement ShaderSource object to simplify complex shader creation.
+* Implement utility functions to access resources in an abstract way.
+
glmark2 2011.07 (20110719)
==========================
=== modified file 'README'
@@ -5,7 +5,7 @@
It is licensed under the GPLv3 (see COPYING).
-To build glmark2 you need:
+To build glmark2 for X11/GL(ES2) you need:
* python 2.x (>= 2.4) for the build system (waf)
* libpng 1.2
@@ -20,3 +20,5 @@
* libGLESv2
Read the INSTALL file for building/installation instructions,
+
+Read the INSTALL.android file for instructions for Android.
=== modified file 'wscript'
@@ -7,7 +7,7 @@
out = 'build'
top = '.'
-VERSION = '2011.07'
+VERSION = '2011.08'
APPNAME = 'glmark2'
def options(opt):