summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-10-14 17:37:27 +0900
committerArnaud Fontaine <arnau@debian.org>2014-10-15 10:59:47 +0900
commitd882052fb2ce439c6483fce944ba8f16f7294639 (patch)
tree50bd22b35baa9e28335f4b58426a3c7a7747e3df
parent90636d38ad8c296f5e3bb4c54addbe921e9fe9d9 (diff)
Release 0.4.00.4.0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a874594..596089f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 0.4.0 (2014-10-15)
+==========================
+
+- Corrected return value documentation for xcb_image_shm_put().
+- Added additional format tests for XY_PIXMAP bit planes.
+- Changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask.
+- Fixed get_image to handle xy format with nontrivial plane_mask.
+- Fixed endianness bug in xy pixmap getimage.
+- Use AC_CONFIG_HEADERS to create a config.h file.
+- Add missing COPYING file.
+- Using X11 Protocol headers, so XPROTO_CFLAGS is required.
+- Move test cases into their own directory.
+- Fix compilation when NDEBUG is defined.
+
Release 0.3.9 (2012-05-30)
==========================
diff --git a/configure.ac b/configure.ac
index 4e9e1cf..8ee5246 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-image],[0.3.9],
+AC_INIT([xcb-util-image],[0.4.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
[xcb-util-image])
AC_CONFIG_SRCDIR([Makefile.am])