summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2008-12-11 11:17:13 +0100
committerJulien Danjou <julien@danjou.info>2008-12-11 11:17:13 +0100
commit37f5ce3ef46c8af38ec0103b9d960615a0a1e058 (patch)
tree89fd388a09b7fe2dda2bc627c3125a53dd166b03
parentf896ae8c53e99f39b347f9f0ac2b4a8cc12cad6f (diff)
Release libxcb 1.1.931.1.93
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bb55a72..216bfef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
+Release 1.1.93 (2008-12-11)
+===========================
+Enhancements:
+* Apple: Enable support for launchd DISPLAY socket
+* Treat XIDs the same as other cardinal values.
+
Release 1.1.92 (2008-11-01)
-==============
+===========================
Enhancements:
* Added small fix to support trailing fixed fields; also warning for non-pad fixed fields
* Fixed overly aggressive warning about fixed field following variable
diff --git a/configure.ac b/configure.ac
index 8390c26..c98e091 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([libxcb],
- 1.1.92,
+ 1.1.93,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])