[Xcb-commit] xcb/proto: NEWS configure.ac

Uli Schlachter psychon at kemper.freedesktop.org
Fri Aug 1 06:48:56 PDT 2014


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

New commits:
commit 4b384d2a015c50d0e93dcacda4b8260a3fd37640
Author: Uli Schlachter <psychon at znc.in>
Date:   Fri Aug 1 15:43:15 2014 +0200

    Release xcb-proto 1.11

diff --git a/NEWS b/NEWS
index 02727fa..3ab5cc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 1.11 (2014-08-01)
+=========================
+* Add support for <pad align="n" />
+* xkb: Fix padding bug in GetMap
+* xcbgen: Track directly included modules
+* xprint: Fix PrintGetAttributes reply
+* xkb: Fix use of nKTLevels
+* xv: Fix padding in struct AdaptorInfo
+* xproto: Fix EnterNotify documentation
+* Update the protocol schema
+* xinput: Add missing pad in DeviceResolutionCtl
+* xinput: Add missing pad in XIChangeHierarchy
+* xinput: Add missing modLatches as comment in LatchLockState
+
 Release 1.10 (2013-12-22)
 =========================
 * xkb: comment out portions that libxcb doesn't handle properly
diff --git a/configure.ac b/configure.ac
index a235f93..d140bfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.10,
+        1.11,
         [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