X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=4570598777d2c939909e4ce14e1e5ee3f284ccfe;hb=a546d00091de0ab16374dec55e8e2fa87d6bbebf;hp=2e66af40f9487db44ef3fae399566eda7f4995a5;hpb=b08e1535cf0716fc917eaa1f5d5f6d1960bf1e3c;p=free-sw%2Fxcb%2Flibxcb diff --git a/NEWS b/NEWS index 2e66af4..4570598 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Release 1.6 (2010-04-09) +======================== +- darwin: xnu doesn't support poll on ttys on the master side +- Fix descriptor leak on memory error path +- Support xcb_discard_reply +- Open the X11 socket with close-on-exec flag +- Fix authentication on hpux and Hurd + +Release 1.5 (2009-12-03) +======================== +- setsockopt(SO_KEEPALIVE) on TCP display connections +- Add DRI2 support +- Fix check dependency +- Cygwin build fix: Add -no-undefined to libtool flags + +Release 1.4 (2009-07-15) +======================== +* Add majorCode, minorCode and resourceID fields to X generic error +* Fix precedence bug: wrong length for big-requests preceded by sync +* Fix libxcb-randr version info + +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) ======================== * Stop packaging auto-generated C files into tarball.