[Xcb-commit] 2 commits - configure.ac NEWS

Arnaud Fontaine arnau at kemper.freedesktop.org
Mon Apr 25 09:45:46 PDT 2011


 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 8120792a02898625ed344828ad378b54b308e029
Author: Arnaud Fontaine <arnau at debian.org>
Date:   Tue Apr 26 01:30:17 2011 +0900

    Release 0.3.8
    
    Signed-off-by: Arnaud Fontaine <arnau at debian.org>

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..6e05217
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,12 @@
+Release 0.3.8 (2010-04-25)
+==========================
+
+- Split up atom, aux event into their own repository.
+- Create a single shared library and header file.
+- Remove namespaceless pre-defined atoms.
+- Remove synchronous xcb_atom_get().
+- Remove useless xcb_atom_get_fast*() and xcb_atom_get_name().
+- Delete redundant core-protocol error codes.
+- Delete callback-based APIs for events, properties, and replies.
+- Link with -no-undefined.
+- Add AM_MAINTAINER_MODE for vendors.
commit 9c9d66a4dbe71328b9e38dc6d45b99eb06d19553
Author: Arnaud Fontaine <arnau at debian.org>
Date:   Tue Apr 26 01:30:13 2011 +0900

    Fix package name
    
    Signed-off-by: Arnaud Fontaine <arnau at debian.org>

diff --git a/configure.ac b/configure.ac
index bb15881..0153adf 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-core],0.3.8,[xcb at lists.freedesktop.org])
+AC_INIT([xcb-util],0.3.8,[xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])


More information about the xcb-commit mailing list