[Xcb-commit] xcb/util-cursor: Branch 'refs/tags/0.1.0' - NEWS configure.ac

Michael Stapelberg stapelberg at kemper.freedesktop.org
Wed Aug 21 10:55:00 PDT 2013


Rebased ref, commits from common ancestor:
commit 021c7b741d94d776948774f576c71a40ba8a932a
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   Wed Aug 21 19:54:41 2013 +0200

    set version to 0.1.0

diff --git a/NEWS b/NEWS
index ca22806..5af21c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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)
 ===========================
 
diff --git a/configure.ac b/configure.ac
index 61ff046..1510e51 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.0.99,[xcb at lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],0.1.0,[xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 


More information about the xcb-commit mailing list