[Xcb-commit] xcb/util: configure.ac NEWS

Arnaud Fontaine arnau at kemper.freedesktop.org
Tue Oct 14 22:33:26 PDT 2014


 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit acf790d7752f36e450d476ad79807d4012ec863b
Author: Arnaud Fontaine <arnau at debian.org>
Date:   Wed Sep 24 19:48:33 2014 +0900

    Release 0.4.0

diff --git a/NEWS b/NEWS
index a4ba386..3a7920d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 0.4.0 (2014-10-15)
+==========================
+
+- Remove AM_MAINTAINER_MODE.
+- Use AC_CONFIG_HEADERS to create a config.h file.
+- Add missing COPYING file.
+- Remove the dependency on X11 Protocol.
+- #include <stdio.h> for vsnprintf case, not just vasprintf (#64807).
+
 Release 0.3.9 (2012-05-30)
 ==========================
 
diff --git a/configure.ac b/configure.ac
index 5a6b220..1fe1561 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59c)
-AC_INIT([xcb-util],[0.3.9],
+AC_INIT([xcb-util],[0.4.0],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
         [xcb-util])
 AC_CONFIG_SRCDIR([Makefile.am])


More information about the xcb-commit mailing list