summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-09-24 19:48:33 +0900
committerArnaud Fontaine <arnau@debian.org>2014-10-15 12:12:08 +0900
commitacf790d7752f36e450d476ad79807d4012ec863b (patch)
tree25599b73ad89f745a4aa13637de4d411fd032476
parent030c7a864d4ec775261ae1eab7682ba2540245c1 (diff)
Release 0.4.00.4.0
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
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])