From: Justin Erenkrantz Date: Sat, 27 Dec 2003 07:46:10 +0000 (+0000) Subject: Sync with 2.0.49-dev X-Git-Tag: pre_ajp_proxy~904 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d58e378b8256873367638fc013f0b1ed02f3b3c4;p=apache Sync with 2.0.49-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 282e304f7d..2578afcb63 100644 --- a/CHANGES +++ b/CHANGES @@ -113,10 +113,6 @@ Changes with Apache 2.1.0-dev the ENGINE functions but the engine header files are missing. [Cliff Woolley] - *) mod_dav: Use bucket brigades when reading PUT data. This avoids - problems if the data stream is modified by an input filter. PR 22104. - [Tim Robbins , André Malo] - *) mod_rewrite: RewriteRules in server context using the force type feature [T=...] no longer disable MultiViews. [André Malo] @@ -154,11 +150,6 @@ Changes with Apache 2.1.0-dev *) Add support for IMT minor-type wildcards (e.g., text/*) to ExpiresByType. PR#7991 [Ken Coar] - *) Fix a problem with namespace mappings being dropped in mod_dav_fs; - if any property values were set which defined namespaces these - came out mangled in the PROPFIND response. PR 11637. - [Amit Athavale ] - *) prefork MPM: Use the right permissions for the directory created for gprof support. [Jim Carlson ] @@ -264,6 +255,30 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Fix htdbm to generate comment fields in DBM files correctly. + [Justin Erenkrantz] + + *) mod_dav: Use bucket brigades when reading PUT data. This avoids + problems if the data stream is modified by an input filter. PR 22104. + [Tim Robbins , André Malo] + + *) Fix RewriteBase directive to not add double slashes. [André Malo] + + *) Improve 'configure --help' output for some modules. [Astrid Keßler] + + *) Correct UseCanonicalName Off to properly check incoming port number. + [Jim Jagielski] + + *) Fix slow graceful restarts with prefork MPM. [Joe Orton] + + *) Fix a problem with namespace mappings being dropped in mod_dav_fs; + if any property values were set which defined namespaces these + came out mangled in the PROPFIND response. PR 11637. + [Amit Athavale ] + + *) mod_dav: Return a WWW-auth header for MOVE/COPY requests where + the destination resource gives a 401. PR 15571. [Joe Orton] + *) SECURITY [CAN-2003-0020]: Escape arbitrary data before writing into the errorlog. [André Malo]