From 66df9dafe1a8f25760f2a5eefb04aa3ad0a448d5 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 19 May 2009 21:49:53 +0000 Subject: [PATCH] Add changelog for last commit svn:r1297 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index b79ddfaf..4b641c0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,8 @@ Changes in 2.0.2-alpha: 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 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: -- 2.40.0