Hi everyone! This release had been done due to ABI breakage (that had been introduced in 2.1.10, and strictly speaking this release breaks ABI again to make it compatible with 2.1.9 and less, please take a look at [1] for more details), so VERSION_INFO updated accordingly. Apart from that it contains some bug fixes, that grouped below.
[1]: https://github.com/libevent/libevent/commit/181049739478d57500bd564539f17407437bfe8f Even though the return value for evbuffer_setcb() had been changed it should ABI compatible (anyway that function is in -compat.h header). There is also one patch that introduce new functionality, this is [2], to tune SO_RCVBUF/SO_SNDBUF in evdns, but one can count it as a bug-fix on the application level, since before you cannot tune this settings and hence you could stumble on problems. [2]: https://github.com/libevent/libevent/commit/546a366ca30bc7c75648ce357f625f534304b77e To view full changelog please use git: git log --format=' o %s (%h %aN)' release-2.1.10-stable...release-2.1.11-stable Signed tag is available here: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable Or if you just need archive, use the following link: https://github.com/libevent/libevent/releases/download/release-2.1.11-stable/libevent-2.1.11-stable.tar.gz (please note, that you need "libevent-2.1.11-stable.tar.gz" not "Source code" links, since later requires running ./autogen.sh) As usual, *many* thanks to everyone who helped with debugging/backporting/reporting/testing and fixing issues and to abi-compliance-checker [3]. [3]: https://abi-laboratory.pro/index.php?view=timeline&l=libevent Please go ahead and test! Azat. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
