summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-11-12 21:47:50 +0100
committerMichael Stapelberg <michael@stapelberg.de>2013-11-12 21:47:50 +0100
commitf557760c56ba4eb44063936d8fa49473532e21c6 (patch)
tree526eb41d58fde5b2d2f01889a998f8b779638126
parentc6c04f73ebc307f04326de042e496bca84682f63 (diff)
set version to 0.1.10.1.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5af21c1..13a13ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+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)
=========================
diff --git a/configure.ac b/configure.ac
index 55cc06d..4baa90a 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-cursor],0.1.0,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],0.1.1,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])