Release xcb-proto 1.6
authorJulien Danjou <julien@danjou.info>
Wed, 2 Dec 2009 09:06:23 +0000 (10:06 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 2 Dec 2009 09:07:24 +0000 (10:07 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e9a6a51..e6028d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Release 1.6 (2009-12-02)
+=======================
+* Add DRI2 protocol, based off of dri2proto.h and the server code. (v2)
+* xf86dri.xml seems to have been wrong forever. Fixes bug #16894.
+* shape: add missing padding bytes to GetRectangles
+* Add XML description for the Generic Event extension.
+* Add XML description for the XFree86VidMode extension.
+* Fix typo in xf86vidmode.xml
+* Fix length calculation for xfixes/FetchRegion reply
+* Add pre-defined atoms to Atom enum
+
 Release 1.5 (2009-05-09)
 ========================
 * Add support for mod mask Any
index f3a489e..1a6ca01 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.5,
+        1.6,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])