summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2015-03-25 23:06:23 +0100
committerMichael Stapelberg <michael@stapelberg.de>2015-03-25 23:06:23 +0100
commit8eb844d39a06f42019dede515c70e7a0b155357d (patch)
tree8864f61803cd9455a5916cbc8ac75cd818c4fc71
parentcf26479ece9ab9e04616bc10ba674d88a284e5b0 (diff)
set version to 0.1.20.1.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13a13ac..5de201d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 0.1.2 (2015-03-35)
+===========================
+
+- Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement
+ le32toh.
+- Check submodules before running autoconf.
+- darwin: Use OSByteOrder.h rather than CF.
+- Perform safety check before trying to load glyph cursorHEADmaster
+
Release 0.1.1 (2013-11-12)
===========================
diff --git a/configure.ac b/configure.ac
index 94798d8..89efe39 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.1,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],0.1.2,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])