summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-05-30 21:03:46 +0900
committerArnaud Fontaine <arnau@debian.org>2012-05-30 21:03:46 +0900
commitaa48ef789187a9a8bbad605c299ce1622cce1783 (patch)
tree4230f7790dad7048740f380ccb67afe9ea970d59
parentbc0d8bcc9f31ea157f2f206fcf184ad7ed661018 (diff)
downloadxcb-util-aa48ef789187a9a8bbad605c299ce1622cce1783.tar.gz
Release 0.3.90.3.9
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e05217..a4ba386 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 0.3.9 (2012-05-30)
+==========================
+
+- Remove xcb_bitops.h.
+- Do not rely anymore on gperf and m4 following removal of deprecated atoms.
+
Release 0.3.8 (2010-04-25)
==========================
diff --git a/configure.ac b/configure.ac
index b951ec6..52da587 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util],0.3.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util],0.3.9,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])