summaryrefslogtreecommitdiff
path: root/lib/xcb-util/NEWS
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:26:36 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:26:36 +0000
commitc21ea473889cd5954d4b92db54ed578512a5f032 (patch)
treeaaffeb503a33c1d5c19c841c4573f8cc57b40fc4 /lib/xcb-util/NEWS
parent69d43ed7609a4f202c83ac2c65fb695ee1fe72c7 (diff)
Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@
who I forgot to thank for testing libxcb-1.10 too.
Diffstat (limited to 'lib/xcb-util/NEWS')
-rw-r--r--lib/xcb-util/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/xcb-util/NEWS b/lib/xcb-util/NEWS
new file mode 100644
index 000000000..a4ba386f6
--- /dev/null
+++ b/lib/xcb-util/NEWS
@@ -0,0 +1,18 @@
+Release 0.3.9 (2012-05-30)
+==========================
+
+- Remove xcb_bitops.h.
+- Do not rely anymore on gperf and m4 following removal of deprecated atoms.
+
+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.