diff options
author | Julien Danjou <julien@danjou.info> | 2009-12-03 10:08:59 +0100 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2009-12-03 10:09:06 +0100 |
commit | 48217ac986d77eba40f3af4df597a734f4fd3690 (patch) | |
tree | 63e3e7d28288eed89d88074082f46a84ca326bca | |
parent | 1cf2a87def76f4646fe05e282b45605d572f2513 (diff) |
Release libxcb 1.51.5
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index a748489..04454e8 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |