diff options
author | Arnaud Fontaine <arnau@debian.org> | 2014-02-19 20:23:08 +0900 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-02-19 20:23:08 +0900 |
commit | 24eb17df2e1245885e72c9d4bbb0a0f69f0700f2 (patch) | |
tree | 08754f240e298b23a7a1855d122eb1f60a9f5cbc | |
parent | d299dc68509fdecd02a5136bcf6285ae5b454e8f (diff) |
Release 0.4.1.0.4.1
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |