Release xcb-proto 1.7.1
authorJulien Danjou <julien@danjou.info>
Fri, 23 Mar 2012 15:24:15 +0000 (16:24 +0100)
committerJulien Danjou <julien@danjou.info>
Fri, 23 Mar 2012 15:24:15 +0000 (16:24 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 32bcc69..3e50762 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 1.7.1 (2012-03-23)
+==========================
+* Add ge and xf86vidmode protocol descriptions
+* Remove now unnecessary files as everything is implemented in xcbgen
+* Rename the ExprType "parent" attribute to "parents"
+
 Release 1.7 (2012-01-11)
 ========================
 * Add missing padding bytes to ChangeKeyboardMapping request
index 5368e2a..e20c9aa 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.7,
+        1.7.1,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])