[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] ANN: Libevent-2.0.21-stable is released
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] ANN: Libevent-2.0.21-stable is released
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Mon, 19 Nov 2012 10:52:55 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Mon, 19 Nov 2012 10:52:59 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=oLr1ll3s6nm428UkIjf//auZeUj13rqPRPxtfgnX2gs=; b=WCN3jkUiadkCgRZ2elrw0MFukBass67Wav6yAnFBrQ1twCcRwlolSpCf4/rEok6GZU AP9C3fTLrZvzu5kxJj0gKXupgysyFWs7wiHE1eN+iYMeX0Azhqq2l39t3E4e4gf9HmYi yD8E5GAncFtumMBkaYrdOgo25ybTGQt/X3z6pSFwCv+FrwaDFi136IqCjmwIyLHVDJRv g74tNvbRNpK+dLLI7wSUI8vvzZC/rWoYpfdeM/NO8U1dLodlEVVCwXbBqMmQF15oczwm a4PM13RbuG/acjNxQ4sBIj/ZQ4NiiG1MgGFEkx2C1fTnLrof6qxrL8GSypeUQ5p81S8W k8pA==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hello, everyone!
Announcing Libevent 2.0.21-stable
=================================
Libevent 2.0.21-stable is now tagged and released. The package is
available from the website at http://libevent.org/ .
There are GPG signatures there too; you should probably verify them,
to make sure you get the software you think you are getting.
What's New in Libevent 2.0.21-stable
====================================
This is a pretty small bugfix release, considering that it's been a few
months. Here's the ChangeLog for this release:
BUGFIXES:
o ssl: Don't discard SSL read event when timeout and read come close
together (576b29f)
o ssl: Stop looping in "consider_reading" if reading is suspended.
(f719b8a Joachim Bauch)
o ssl: No need to reserve space if reading is suspended. (1acf2eb
Joachim Bauch)
o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
o build: Use python2 rather than python (0eb0109 Ross Lagerwall)
o build: Compile without warnings on mingw64 (94866c2)
o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
o build: Make rpcgen_wrapper.sh work on systems without a "python2"
binary (f3009e4)
o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE
is set (cb853ea Juan Pablo Fernandez)
o core: Avoid crash when event_pending() called with no event_base
set on event (e3cccf3)
o misc: remove stray 'x' so print_err will compile when uncommented
(ac35650 Patrick Pelletier)
o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
o tests: Warn when openssl version in unit test mismatches compiled
version. (ac009f9)
Acknowledgments
===============
Thanks to everybody who helped with code, bug reports, and suggestions,
including but not limited to:
Joachim Bauch
George Danchev
Antony Dovgal
Ross Lagerwall
Juan Pablo Fernandez
Patrick Pelletier
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.