summaryrefslogtreecommitdiff
path: root/lib/xcb-util-image/NEWS
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:29:38 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:29:38 +0000
commit1f0e0b108ac20bc9be0478f7a4cdbf85a197de50 (patch)
tree72f78a6e265981f7ccc511b4eb8a5c50055c6262 /lib/xcb-util-image/NEWS
parent618945515ba940aa370c466803b2d5c3b968d90b (diff)
Import xcb-util-image 0.3.9
Diffstat (limited to 'lib/xcb-util-image/NEWS')
-rw-r--r--lib/xcb-util-image/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/xcb-util-image/NEWS b/lib/xcb-util-image/NEWS
new file mode 100644
index 000000000..a87459466
--- /dev/null
+++ b/lib/xcb-util-image/NEWS
@@ -0,0 +1,16 @@
+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)
+==========================
+
+- Split image up into its own repository.
+- Check whether tmp_image is not NULL before trying to dereference it.
+- Ensure that xcb-image sample apps get built.
+- test.xbm is part of the source code for test_bitmap.c.
+- Link with -no-undefined
+- Add AM_MAINTAINER_MODE for vendors.