summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-02-19 20:23:08 +0900
committerArnaud Fontaine <arnau@debian.org>2014-02-19 20:23:08 +0900
commit24eb17df2e1245885e72c9d4bbb0a0f69f0700f2 (patch)
tree08754f240e298b23a7a1855d122eb1f60a9f5cbc
parentd299dc68509fdecd02a5136bcf6285ae5b454e8f (diff)
downloadutil-wm-24eb17df2e1245885e72c9d4bbb0a0f69f0700f2.tar.gz
Release 0.4.1.0.4.1
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 66d5913..cb7b6a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Release 0.4.1 (2014-02-19)
+==========================
+
+- xcb-proto should have never been required as xcb provides the Atoms.
+- Do not distribute ewmh C source file as they are generated with M4.
+- config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES.
+- config: use AC_CONFIG_HEADERS to create a config.h file.
+- make: implement the silent rules for m4 generated files.
+- make: compile the library with standard xorg warning flags.
+ - Bump required xorg-macros version to >= 1.16.0.
+
Release 0.4.0 (2014-01-19)
==========================
diff --git a/configure.ac b/configure.ac
index f95a93f..efbd906 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-wm],[0.4.0],
+AC_INIT([xcb-util-wm],[0.4.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
[xcb-util-wm])
AC_CONFIG_SRCDIR([Makefile.am])