]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Moving on...
authorSander Striker <striker@apache.org>
Wed, 9 Jul 2003 11:47:13 +0000 (11:47 +0000)
committerSander Striker <striker@apache.org>
Wed, 9 Jul 2003 11:47:13 +0000 (11:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100514 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 9884dc6a480430ecd84e7385be67e81cdb5c62dc..df60e418ac24a910e6615895baeb03b79c92f697 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+Changes with Apache 2.0.48
+
+  *) mod_rewrite: Perform child initialization on the rewrite log lock.
+     This fixes a log corruption issue when flock-based serialization
+     is used (e.g., FreeBSD).  [Jeff Trawick]
+
+  *) Don't respect the Server header field as set by modules and CGIs.
+     As with 1.3, for proxy requests any such field is from the origin
+     server; otherwise it will have our server info as controlled by
+     the ServerTokens directive.  [Jeff Trawick]
+
 Changes with Apache 2.0.47
 
   *) SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
diff --git a/STATUS b/STATUS
index 3b2474c18fc3f85cf544a8ca4b6cc944ca7405bf..9710bb94b5f890ae328886b519aa3fe510f4bb57 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,10 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/08 22:42:11 $]
+Last modified at [$Date: 2003/07/09 11:47:13 $]
 
 Release:
 
-    2.0.47  : in development
+    2.0.48  : in development
+    2.0.47  : released July 09, 2003 as GA.
     2.0.46  : released May 28, 2003 as GA.
     2.0.45  : released April 1, 2003 as GA.
     2.0.44  : released January 20, 2003 as GA.