X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=00285c2728edd1df43446228169109be1070b3ae;hb=422458b66380e4103c4937f0e2e8bb93e31f273a;hp=70bc3bae15c22d5247bce9f24893f6642714cbef;hpb=9c2a6dc20c64ce93e0acd2fceec6d3cab8fc9134;p=free-sw%2Fxcb%2Flibxcb diff --git a/NEWS b/NEWS index 70bc3ba..00285c2 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,45 @@ +Release 1.11 (2014-08-01) +========================= +* Force structures with 64-bit fields to be packed +* Add support for +* Use X.org's build machinery from xorg-macros +* Fix leak with xcb_disconnect() and connections in an error state +* Make xcb_disconnect(NULL) safe +* Use less #include statements in generated code +* Automatically validate the Requires lines in our .pc.in files +* Fix a race that resulted in a failed assertion +* Improve launchd secure socket support +* Improve API documentation +* Remove trailing whitespaces +* c_client.py: prefix all monkey-patched fields with c_ +* c_client.py: make the man page output deterministic +* c_client.py: remove useless generated comments +* xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t + +Release 1.10 (2013-12-22) +========================= +* Bump libxcb-xkb SONAME due to ABI break introduced in 1.9.2 +* Enable libxcb-xkb by default +* Bump libxcb-sync SONAME +* c_client.py: Fix _sizeof() functions +* c_client.py: Do not create pointers in unions +* c_client.py: Always initialize xcb_align_to +* Re-introduce xcb_ge_event_t (deprecated, xcb_ge_generic_event_t should be + used instead) +* Fix alignment issues in FD passing code +* Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND +* Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets +* Make xsltproc optional + Release 1.9.3 (2013-11-07) -======================== +========================== * Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control * Add configure option to enable or disable fd passing with sendmsg * Switch to using the CMSG_* macros for FD passing * Initialize automake earlier (bugfix for #66413) Release 1.9.2 (2013-11-07) -======================== +========================== * Add Present extension * Add DRI3 library * Add event queue splitting @@ -17,7 +50,7 @@ Release 1.9.2 (2013-11-07) * c_client.py: Handle multiple expr. in a bitcase Release 1.9.1 (2013-05-30) -======================== +========================== * Fix python code to work with python-3 * Security fix for integer overflow in read_packet() [CVE-2013-2064]