summaryrefslogtreecommitdiff
path: root/lib/xcb-util-cursor/NEWS
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:28:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:28:49 +0000
commit618945515ba940aa370c466803b2d5c3b968d90b (patch)
treeeee1602736d5e14c218b3fb0d4a7326ca49ddac2 /lib/xcb-util-cursor/NEWS
parentc21ea473889cd5954d4b92db54ed578512a5f032 (diff)
Import xcb-util-cursor 0.1.1
Diffstat (limited to 'lib/xcb-util-cursor/NEWS')
-rw-r--r--lib/xcb-util-cursor/NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/xcb-util-cursor/NEWS b/lib/xcb-util-cursor/NEWS
new file mode 100644
index 000000000..13a13ac2f
--- /dev/null
+++ b/lib/xcb-util-cursor/NEWS
@@ -0,0 +1,22 @@
+Release 0.1.1 (2013-11-12)
+===========================
+
+- Fix memleak with broken resource databases
+- Check exact RENDER version that the server supports
+- Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
+- Use $(AM_V_GEN) when calling gperf
+- Fail the build if gperf is needed, but not found
+- handle read() errors
+- Bugfix: Properly load cursor files where not all cursors are suitable
+
+Release 0.1.0 (2013-08-21)
+=========================
+
+- Bugfix: Use xhot/yhot, don’t hardcode the value
+- Bugfix: fix build on FreeBSD/NetBSD
+- add COPYING file
+
+Release 0.0.99 (2013-07-09)
+===========================
+
+- Initial release.