Release libxcb 1.5
authorJulien Danjou <julien@danjou.info>
Thu, 3 Dec 2009 09:08:59 +0000 (10:08 +0100)
committerJulien Danjou <julien@danjou.info>
Thu, 3 Dec 2009 09:09:06 +0000 (10:09 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index af173eb..0855448 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Release 1.5 (2009-12-03)
+========================
+- setsockopt(SO_KEEPALIVE) on TCP display connections
+- Add DRI2 support
+- Fix check dependency
+- Cygwin build fix: Add -no-undefined to libtool flags
+
 Release 1.4 (2009-07-15)
 ========================
 * Add majorCode, minorCode and resourceID fields to X generic error
index a748489..04454e8 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([libxcb],
-        1.4,
+        1.5,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])