Release xcb-proto 1.3
authorJulien Danjou <julien@danjou.info>
Wed, 10 Dec 2008 10:33:43 +0000 (11:33 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 10 Dec 2008 10:33:43 +0000 (11:33 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c6afd99..8c91ed8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 1.3 (2008-12-10)
+========================
+Explicit padding was added in various protocol description.
+
+Protcol fixes:
+* RandR
+* X proto
+* Change CARD8 to char when specs requires STRING8
+
 Release 1.2 (2008-07-17)
 ========================
 New extensions:
index e1dfe3d..8a8281d 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.2,
+        1.3,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])