Good news everyone! Here is penultimate release of 2.0.x: https://github.com/libevent/libevent/releases/tag/release-2.0.23-beta
So this means that the next release will be the last for 2.0.x, this is because everyone who still uses it, should strongly consider switching to 2.1.x (by obvious reasons), and report issues to our github [1], if they will face with any. [1]: https://github.com/libevent/libevent/issues I decided to make this release as *beta* because since last release it has been a long time and it is better to have sometime to stabilize things, so if you will encounter something odd with 2.0.23-beta, please let us know! Thanks *a lot* to everyone who helped with debugging/backporting/reporting and fixing issues! So please go ahead and test! P.S. 2.1.9-beta is coming... And here is shortlog of this release: - 2.0 backport branch (patches-2.0) had been added to the travis-ci for continuous integration [2] (c52cdc28) - fix overflow check in expand_singlechain() (backport for #340) (7dedc07) - ipv6 fix for http (502c043) - Check for Mac OS X 10.4 kqueue bug properly (6762a4d6) - bufferevent_socket_connect{,_hostname}() fixes (ebcf2fed) - Use the free-trailing-chains function in evbuffer_insert_chain too (0e894fb) - evbuffer_add: Use last_with_datap if set, not last. (b00db82) - fixes for EV_ET (e12762a5, 11732245) - Merge branch 'evbuffer_add_file-2.0-fixes' into patches-2.0 (90ae4c50) - If evsel->del() fails, don't leave the evmap in an inconsistent state. (cb81be2b) - Backport for #340 (fix overflow check in expand_singlechain() (7dedc077) - Use the free-trailing-chains function in evbuffer_insert_chain too (0e894fb7) [2]: https://travis-ci.org/libevent/libevent/builds/482137311 -- Azat. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
