summaryrefslogtreecommitdiff
path: root/NEWS
blob: 432130d9b5d2c041a03c154009514758a96e1d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Release 0.4.1 (2022-12-19)
==========================

- Add standard X.Org package changes to autogen.sh
- Build xz tarballs instead of bzip2
- Clean up some compiler warnings from clang
- Do updates for migration to gitlab

Release 0.4.0 (2014-10-15)
==========================

- Remove AM_MAINTAINER_MODE.
- Use AC_CONFIG_HEADERS to create a config.h file.
- Add missing COPYING file.
- Remove the dependency on X11 Protocol.
- #include <stdio.h> for vsnprintf case, not just vasprintf (#64807).

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.