mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
r16729@catbus: nickm | 2007-11-25 16:34:50 -0500
Add missing changelog entry for last commit. svn:r551
This commit is contained in:
parent
6773a59721
commit
cbf9cfdf45
@ -11,6 +11,7 @@ Changes in current version:
|
|||||||
o The kqueue implementation now catches signals that are raised after event_add() is called but before the event_loop() call. This makes it match the other implementations.
|
o The kqueue implementation now catches signals that are raised after event_add() is called but before the event_loop() call. This makes it match the other implementations.
|
||||||
o The kqueue implementation now restores original signal handlers correctly when its signal events are removed.
|
o The kqueue implementation now restores original signal handlers correctly when its signal events are removed.
|
||||||
o Check return value of event_add in signal.c
|
o Check return value of event_add in signal.c
|
||||||
|
o Add a more powerful evbuffer_readln as a replacement for evbuffer_readline. The new function handles more newline styles, and is more useful with buffers that may contain a nul characters.
|
||||||
|
|
||||||
|
|
||||||
Changes in 1.4.0:
|
Changes in 1.4.0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user