File: NEWS

package info (click to toggle)
xcb-util 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,840 kB
  • sloc: sh: 4,368; ansic: 789; makefile: 34
file content (35 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
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.