summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-05-30 14:23:19 +0900
committerArnaud Fontaine <arnau@debian.org>2012-05-30 14:23:19 +0900
commit155d4c90d7ddb599fcff34dfc403b223c3a35ce8 (patch)
tree1df40121526f04e5a8ad5f5aeb6662b5b0eef8b0
parent22d62378f721555970d5f6a9a1f9fde233fd226c (diff)
downloadutil-image-155d4c90d7ddb599fcff34dfc403b223c3a35ce8.tar.gz
Release 0.3.90.3.9
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c826c60..a874594 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Release 0.3.9 (2012-05-30)
+==========================
+
+- Add missing xcb_bitops.h.
+- Don't try to build test_xcb_image_shm if SHM isn't available (for example on MinGW).
+- Use rand() instead of random() (more portable, for example to MinGW).
+
Release 0.3.8 (2010-04-25)
==========================
diff --git a/configure.ac b/configure.ac
index ce3cdee..63a32e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-image],0.3.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-image],0.3.9,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])