[Xcb-commit] 2 commits - NEWS configure.ac

Julien Danjou jdanjou at kemper.freedesktop.org
Wed Dec 10 02:46:48 PST 2008


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

New commits:
commit fcf07ca7e9e107740f19e21c562f0dc2aab6f23c
Author: Julien Danjou <julien at danjou.info>
Date:   Wed Dec 10 11:33:43 2008 +0100

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

diff --git a/NEWS b/NEWS
index c6afd99..8c91ed8 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index e1dfe3d..8a8281d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.2,
+        1.3,
         [xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
commit d054344c5511161af81572d8dd46959030cc7a59
Author: Julien Danjou <julien at danjou.info>
Date:   Wed Dec 10 11:29:30 2008 +0100

    NEWS: add 1.2 release NEWS
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

diff --git a/NEWS b/NEWS
index 302e7c4..c6afd99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 1.2 (2008-07-17)
+========================
+New extensions:
+* XInput 1.4
+* SELinux 1.0
+
+Various fixes in protocol description:
+* X proto
+* X-Resource
+* XVMC
+* GLX
+
+New Python parser language-independent parts.
+
 Release 1.1 (2007-11-04)
 ========================
 


More information about the xcb-commit mailing list