summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-05-22 03:31:12 +0200
committerRoy T. Fielding <fielding@apache.org>2001-05-22 03:31:12 +0200
commit43b9634ceb1cd0512189fff88b95380ea12064f6 (patch)
treea71442c47f0a4773f67c651d6cd8e13353d6ea81 /CHANGES
parentRing in the CHANGES... (diff)
downloadapache2-43b9634ceb1cd0512189fff88b95380ea12064f6.tar.xz
apache2-43b9634ceb1cd0512189fff88b95380ea12064f6.zip
Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_
prefix to all of the uri functions (yuck), changing some includes, and using APR error codes instead of HTTP-specific error codes. Other notes to test this patch: - You need to delete the util_uri.h file - exports picks up on this. - I'd like to remove the apr_uri.h from httpd.h, but that might increase the complexity of this patch even further. Once this patch is accepted (in some form), then I can focus on removing apr_uri.h from httpd.h entirely. I need baby steps (heh) right now. - I imagine that this might break a bunch of stuff in Win32 or other OS builds with foreign dependency files. Any help here is appreciated. This is a start... -- justin Submitted by: Justin Erenkrantz Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f55be1678..5170be89bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.19-dev
+ *) Moved util_uri to the apr-util library. This required a bunch of
+ apr_name changes for the uri utility functions. [Justin Erenkrantz]
+
*) Move the addition of default AP_HTTP_HTTP_HEADER filters to the
insert_filter phase so that other filters are not bypassed by default.
[Graham Leggett]