]> granicus.if.org Git - apache/commitdiff
sync
authorAndré Malo <nd@apache.org>
Tue, 13 May 2003 23:32:07 +0000 (23:32 +0000)
committerAndré Malo <nd@apache.org>
Tue, 13 May 2003 23:32:07 +0000 (23:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99812 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index db7a761a2dfee47d0bc764efda6a23b0fb70c311..3c65a90791386f7ede6496aea5b045b0948ca46c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,22 +2,11 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) Use appropriate language code for Czech (cs) in default config
-     files. PR 9427.  [André Malo]
-
-  *) mod_auth_ldap: Use generic whitespace character class when parsing
-     "require" directives, instead of literal spaces only. PR 17135.
-     [André Malo]
-
   *) Ensure that ssl-std.conf is generated at configure time, and switch
      to using the expanded config variables to work the same as
      httpd-std.conf PR 19611
      [Thom May]
 
-  *) Hook mod_rewrite's type checker before mod_mime's one. That way the
-     RewriteRule [T=...] Flag should work as expected now. PR 19626.
-     [André Malo]
-
   *) 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.
@@ -164,6 +153,17 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) Use appropriate language code for Czech (cs) and Traditional Chinese
+     (zh-tw) in default config files. PR 9427.  [André Malo]
+
+  *) mod_auth_ldap: Use generic whitespace character class when parsing
+     "require" directives, instead of literal spaces only. PR 17135.
+     [André Malo]
+
+  *) Hook mod_rewrite's type checker before mod_mime's one. That way the
+     RewriteRule [T=...] Flag should work as expected now. PR 19626.
+     [André Malo]
+
   *) htpasswd: Check the processed file on validity. If a line is not empty
      and not a comment, it must contain at least one colon. Otherwise exit
      with error code 7. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>, Thom May]