mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
r18379@catbus: nickm | 2008-02-23 14:22:12 -0500
mention event_get_method() in whatsnew-14.txt. Remove duplicate mention of changed tag length. Fix a typo in Changelog svn:r659
This commit is contained in:
parent
d5d1aa531d
commit
b1341f056a
@ -8,7 +8,7 @@ Changes in 1.4.2:
|
||||
o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
|
||||
o Allow regression code to build even without Python installed
|
||||
o remove NDEBUG ifdefs from evdns.c
|
||||
o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.
|
||||
o update documentation of event_loop and event_base_loop; from Tani Hosokawa.
|
||||
o detect integer types properly on platforms without stdint.h
|
||||
o Remove "AM_MAINTAINER_MODE" declaration in configure.in: now makefiles and configure should get re-generated automatically when Makefile.am or configure.in chanes.
|
||||
|
||||
|
@ -98,8 +98,8 @@ What's New In Libevent 1.4:
|
||||
pending events from getting executed. This behavior is useful for
|
||||
scripting languages to implement exceptions from inside callbacks.
|
||||
|
||||
RPC structures can now use 32-bit numbers as tags; this is
|
||||
wire-compatible, but changes the APIs slightly.
|
||||
There's a new event_base_get_method() function, for use in place of
|
||||
event_get_method() in multi-base applications.
|
||||
|
||||
2.3. New in HTTP.
|
||||
|
||||
@ -145,7 +145,7 @@ What's New In Libevent 1.4:
|
||||
4. Big performance improvements
|
||||
|
||||
Libevent now uses a min-heap rather than a red-black tree to track
|
||||
timeouts. This means that finding the next timeouts to fire is now
|
||||
timeouts. This means that finding the next timeout to fire is now
|
||||
O(1) instead of (lg n).
|
||||
|
||||
The win32 select-based backend now uses a red-black tree to map
|
||||
|
Loading…
x
Reference in New Issue
Block a user