X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=2e66af40f9487db44ef3fae399566eda7f4995a5;hb=ca978a9dae621126075712f9e2c29591208570bc;hp=a0260cbc775ebd5f24fa260761ec6785a0960535;hpb=3c6c8f127c2bce4f45bface7dd45cc719af9de0d;p=free-sw%2Fxcb%2Flibxcb diff --git a/NEWS b/NEWS index a0260cb..2e66af4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Release 1.2 (2009-02-17) +======================== +* Stop packaging auto-generated C files into tarball. + +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) +=========================== +Enhancements: +* Added small fix to support trailing fixed fields; also warning for non-pad fixed fields +* Fixed overly aggressive warning about fixed field following variable +* Added generation of extern "C" for compatibility with C++ +* Remove libxcb-xlib and xcbxlib.h. +* Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io. +* Track 64-bit sequence numbers internally. +* Use sequence number ranges in pending replies +* Remove duplicate XCB_EXTENSION calls for Composite extension +* Factorize m4 macros and add one to set X extensions +* Allow compile-time setting for XCB queue buffer size +* Support handing off socket write permission to external code. +* Add support for the abstract socket namespace under Linux + +Bug fixes: +* Fix tiny memory leak in read_packet +* Fix some fd leaks in _xcb_open_*() + Release 1.1 (2007-11-04) ========================