]> granicus.if.org Git - apache/commitdiff
Sync with 2.0.49-dev
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 27 Dec 2003 07:46:10 +0000 (07:46 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 27 Dec 2003 07:46:10 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102122 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 282e304f7d11fdae735e9172fa55974c68f7ee12..2578afcb63b318701e7ef5d6d0cab31ab83171bc 100644 (file)
--- 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 <tim robbins.dropbear.id.au>, 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 <amit_athavale persistent.co.in>]
-
   *) prefork MPM: Use the right permissions for the directory created 
      for gprof support.  [Jim Carlson <jcarlson jnous.com>]
 
@@ -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 <tim robbins.dropbear.id.au>, 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 <amit_athavale persistent.co.in>]
+
+  *) 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]