mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
Changelog for 2.0.21-stable
This commit is contained in:
parent
f38e078868
commit
1c5517c97c
16
ChangeLog
16
ChangeLog
@ -1,4 +1,18 @@
|
|||||||
Changes in version 2.0.21-stable (?? ??? 2012)
|
Changes in version 2.0.21-stable (18 Nov 2012)
|
||||||
|
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)
|
||||||
|
|
||||||
|
|
||||||
Changes in version 2.0.20-stable (23 Aug 2012)
|
Changes in version 2.0.20-stable (23 Aug 2012)
|
||||||
|
4
README
4
README
@ -92,7 +92,9 @@ fixing bugs:
|
|||||||
Shuo Chen
|
Shuo Chen
|
||||||
Ka-Hing Cheung
|
Ka-Hing Cheung
|
||||||
Andrew Cox
|
Andrew Cox
|
||||||
|
George Danchev
|
||||||
Andrew Danforth
|
Andrew Danforth
|
||||||
|
Antony Dovgal
|
||||||
Ed Day
|
Ed Day
|
||||||
Christopher Davis
|
Christopher Davis
|
||||||
Mike Davis
|
Mike Davis
|
||||||
@ -100,6 +102,7 @@ fixing bugs:
|
|||||||
Mark Ellzey
|
Mark Ellzey
|
||||||
Shie Erlich
|
Shie Erlich
|
||||||
Leonid Evdokimov
|
Leonid Evdokimov
|
||||||
|
Juan Pablo Fernandez
|
||||||
Christophe Fillot
|
Christophe Fillot
|
||||||
Mike Frysinger
|
Mike Frysinger
|
||||||
Remi Gacogne
|
Remi Gacogne
|
||||||
@ -154,6 +157,7 @@ fixing bugs:
|
|||||||
Dave Pacheco
|
Dave Pacheco
|
||||||
Tassilo von Parseval
|
Tassilo von Parseval
|
||||||
Catalin Patulea
|
Catalin Patulea
|
||||||
|
Patrick Pelletier
|
||||||
Simon Perreault
|
Simon Perreault
|
||||||
Pierre Phaneuf
|
Pierre Phaneuf
|
||||||
Ryan Phillips
|
Ryan Phillips
|
||||||
|
Loading…
x
Reference in New Issue
Block a user