From: Ben Laurie Date: Sun, 7 Jan 2001 20:54:39 +0000 (+0000) Subject: Note hooks->handlers change. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=049c005683855a29b171f4cb41c5155df8bb5b23;p=apache Note hooks->handlers change. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0b8f555366..c89e4354f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0b1 + *) Change handlers to use hooks. [Ben Laurie] + *) Stop returning copies of filenames from both apr_file_t and apr_dir_t. We pstrdup the filenames that we store in the actual structures, so we don't need to pstrdup the strings again.