mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Add changelog for last commit
svn:r1297
This commit is contained in:
parent
23243b8a98
commit
66df9dafe1
@ -28,6 +28,8 @@ Changes in 2.0.2-alpha:
|
|||||||
o Cap the maximum number of priorities at 256.
|
o Cap the maximum number of priorities at 256.
|
||||||
o Change the semantics of evbuffer_cb_set_flags() to be set-flag only; add a new evbuffer_cb_clear_flags() to remove set flags.
|
o Change the semantics of evbuffer_cb_set_flags() to be set-flag only; add a new evbuffer_cb_clear_flags() to remove set flags.
|
||||||
o Change the interface of evbuffer_add_reference so that the cleanup callback gets more information
|
o Change the interface of evbuffer_add_reference so that the cleanup callback gets more information
|
||||||
|
o Revise the new evbuffer_reserve_space/evbuffer_commit_space() interfaces so that you can use them without causing extraneous copies or leaving gaps in the evbuffer.
|
||||||
|
o Add a new evbuffer_peek() interface to inspect data in an evbuffer without removing it.
|
||||||
|
|
||||||
|
|
||||||
Changes in 2.0.1-alpha:
|
Changes in 2.0.1-alpha:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user