Release libxcb 1.1.93
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f896ae8c53
commit
37f5ce3ef4
8
NEWS
8
NEWS
|
@ -1,5 +1,11 @@
|
||||||
|
Release 1.1.93 (2008-12-11)
|
||||||
|
===========================
|
||||||
|
Enhancements:
|
||||||
|
* Apple: Enable support for launchd DISPLAY socket
|
||||||
|
* Treat XIDs the same as other cardinal values.
|
||||||
|
|
||||||
Release 1.1.92 (2008-11-01)
|
Release 1.1.92 (2008-11-01)
|
||||||
==============
|
===========================
|
||||||
Enhancements:
|
Enhancements:
|
||||||
* Added small fix to support trailing fixed fields; also warning for non-pad fixed fields
|
* Added small fix to support trailing fixed fields; also warning for non-pad fixed fields
|
||||||
* Fixed overly aggressive warning about fixed field following variable
|
* Fixed overly aggressive warning about fixed field following variable
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libxcb],
|
AC_INIT([libxcb],
|
||||||
1.1.92,
|
1.1.93,
|
||||||
[xcb@lists.freedesktop.org])
|
[xcb@lists.freedesktop.org])
|
||||||
AC_CONFIG_SRCDIR([xcb.pc.in])
|
AC_CONFIG_SRCDIR([xcb.pc.in])
|
||||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||||
|
|
Loading…
Reference in New Issue