[Xcb-commit] xcb/util-cursor: NEWS configure.ac
Michael Stapelberg
stapelberg at kemper.freedesktop.org
Tue Jul 9 14:02:58 PDT 2013
NEWS | 22 +++-------------------
configure.ac | 2 +-
2 files changed, 4 insertions(+), 20 deletions(-)
New commits:
commit c7168980ec549c98bbfc13cf08d4edcbed62f34a
Author: Michael Stapelberg <michael at stapelberg.de>
Date: Tue Jul 9 23:02:34 2013 +0200
set version to 0.0.99
diff --git a/NEWS b/NEWS
index 05a6290..ca22806 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,4 @@
-Release 0.3.9 (2012-05-30)
-==========================
+Release 0.0.99 (2013-07-09)
+===========================
-- Replacing c++ class keyword in interface header.
-- Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
-
-Release 0.3.8 (2010-04-25)
-==========================
-
-- Add EWMH library.
-- Split up icccm and ewmh into their own repository.
-- Prefix all ICCCM public functions, types and macros by 'icccm'.
-- Add missing setters for WM_CLASS and WM_TRANSIENT_FOR properties.
-- Allow to set the encoding format for TEXT properties.
-- Add WM_COLORMAP_WINDOWS.
-- Delete callback-based APIs for events, properties, and replies.
-- Link with -no-undefined.
-- Validate size of wm_hints and wm_size_hints.
-- Ensure get_wm_class_from_reply returns a valid C-string.
-- Add AM_MAINTAINER_MODE for vendors
+- Initial release.
diff --git a/configure.ac b/configure.ac
index 92b20d8..55317fc 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.3.9,[xcb at lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],0.0.99,[xcb at lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
More information about the xcb-commit
mailing list