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:
Nick Mathewson 2008-02-23 19:22:19 +00:00
parent d5d1aa531d
commit b1341f056a
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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