Edit

IABSD.fr/xenocara/lib/xcb-util/NEWS

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2023-07-03 09:07:44
    Hash : 741201b8
    Message : Update to xcb-util 0.4.1

  • lib/xcb-util/NEWS
  • 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.