[Xcb-commit] configure.ac NEWS

Julien Danjou jdanjou at kemper.freedesktop.org
Wed Dec 2 01:10:36 PST 2009


 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 78e48a24c7df2381269fc6c6accc3b44bc237ab2
Author: Julien Danjou <julien at danjou.info>
Date:   Wed Dec 2 10:06:23 2009 +0100

    Release xcb-proto 1.6
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/NEWS b/NEWS
index e9a6a51..e6028d6 100644
--- 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
diff --git a/configure.ac b/configure.ac
index f3a489e..1a6ca01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.5,
+        1.6,
         [xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])


More information about the xcb-commit mailing list