]> granicus.if.org Git - apache/commitdiff
Note hooks->handlers change.
authorBen Laurie <ben@apache.org>
Sun, 7 Jan 2001 20:54:39 +0000 (20:54 +0000)
committerBen Laurie <ben@apache.org>
Sun, 7 Jan 2001 20:54:39 +0000 (20:54 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 0b8f555366c3bfa4910c55461cdee7b6bc2368fd..c89e4354f32cde62f7d77ef5fbd3d39952b630af 100644 (file)
--- 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.