[Xcb-commit] NEWS configure.ac

Julien Danjou jdanjou at kemper.freedesktop.org
Thu May 28 23:32:07 PDT 2009


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

New commits:
commit f44dc519c5b324335d05f6e7fb31b78062a8c5f5
Author: Julien Danjou <julien at danjou.info>
Date:   Fri May 29 08:26:05 2009 +0200

    Release libxcb 1.3

diff --git a/NEWS b/NEWS
index 2e66af4..f1e1e78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 1.3 (2009-05-29)
+========================
+* Copy full IPv4 mapping (Bug #20665)
+* Fix XID allocation
+* Use poll() instead of select() when available
+* Fix local socket connection on Hurd
+* Fix XDM-AUTHORIZATION-1
+* Disable Nagle on TCP socket
+
 Release 1.2 (2009-02-17)
 ========================
 * Stop packaging auto-generated C files into tarball.
diff --git a/configure.ac b/configure.ac
index 6b0f3d2..95fa351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([libxcb],
-        1.2,
+        1.3,
         [xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])


More information about the xcb-commit mailing list