From: Justin Erenkrantz Date: Fri, 25 Jan 2002 01:21:10 +0000 (+0000) Subject: I Heard It Through The Grapevine... X-Git-Tag: 2.0.31~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a731c2d09108ff9d6ab44ce86f2880b469650c5;p=thirdparty%2Fapache%2Fhttpd.git I Heard It Through The Grapevine... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93017 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b726998cce0..8af700ac364 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.31-dev + *) Change ap_get_brigade prototype to use apr_off_t instead of apr_off_t*. + [Justin Erenkrantz] + *) Refactor ap_rgetline so that it does not use an internal brigade. Change ap_rgetline's prototype to return errors. [Justin Erenkrantz]