summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2009-12-02 10:06:23 +0100
committerJulien Danjou <julien@danjou.info>2009-12-02 10:07:24 +0100
commit78e48a24c7df2381269fc6c6accc3b44bc237ab2 (patch)
treeaa43551eaa92ad0d485b84b18c3d4f1939cddc4f
parent09beaa8043fe94ee47caf5da43fc5e81df5fd9da (diff)
Release xcb-proto 1.6
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
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@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])