From aa48ef789187a9a8bbad605c299ce1622cce1783 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Wed, 30 May 2012 21:03:46 +0900 Subject: Release 0.3.9 Signed-off-by: Arnaud Fontaine --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1