summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-01-29 15:45:03 +0900
committerArnaud Fontaine <arnau@debian.org>2014-01-29 15:54:04 +0900
commit1ad70737e5076baf1f99cb6463e10a362f78ceee (patch)
tree9d74e75eb6362d9c4f93f5efa544116a36747bd0
parentc3d61ece8098ec3f1b3f5c3f8c5c95f2a5c3c0f7 (diff)
Release 0.4.0.0.4.0
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 05a6290..66d5913 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 0.4.0 (2014-01-19)
+==========================
+
+- Set EWMH ClientMessage window to the Root, not mandated but expected by some WMs.
+
Release 0.3.9 (2012-05-30)
==========================
@@ -17,4 +22,4 @@ Release 0.3.8 (2010-04-25)
- Link with -no-undefined.
- Validate size of wm_hints and wm_size_hints.
- Ensure get_wm_class_from_reply returns a valid C-string.
-- Add AM_MAINTAINER_MODE for vendors
+- Add AM_MAINTAINER_MODE for vendors.
diff --git a/configure.ac b/configure.ac
index a405d1a..9e89119 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.3.9,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-wm],0.4.0,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])