Release libxcb 1.3
This commit is contained in:
parent
ee89850e68
commit
f44dc519c5
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
||||||
|
Release 1.3 (2009-05-29)
|
||||||
|
========================
|
||||||
|
* Copy full IPv4 mapping (Bug #20665)
|
||||||
|
* Fix XID allocation
|
||||||
|
* Use poll() instead of select() when available
|
||||||
|
* Fix local socket connection on Hurd
|
||||||
|
* Fix XDM-AUTHORIZATION-1
|
||||||
|
* Disable Nagle on TCP socket
|
||||||
|
|
||||||
Release 1.2 (2009-02-17)
|
Release 1.2 (2009-02-17)
|
||||||
========================
|
========================
|
||||||
* Stop packaging auto-generated C files into tarball.
|
* Stop packaging auto-generated C files into tarball.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libxcb],
|
AC_INIT([libxcb],
|
||||||
1.2,
|
1.3,
|
||||||
[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