]> granicus.if.org Git - apache/commitdiff
note a backport; don't forget that trunk had an additional
authorJeff Trawick <trawick@apache.org>
Fri, 15 Sep 2006 13:28:40 +0000 (13:28 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Sep 2006 13:28:40 +0000 (13:28 +0000)
change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@446609 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index be3e3d83b37f194f834e687bc6a1a6ff8d192613..29ade03689ddb1c71593eb3df6d84694149e1235 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,11 +9,9 @@ Changes with Apache 2.3.0
      statically like the older support programs.
      [Eric Covener <covener gmail.com>]
 
-  *) The full server version information is now included in the error log at
-     startup as well as server status reports, irrespective of the setting
-     of the ServerTokens directive.  Third-party modules must now use
-     ap_get_server_banner() or ap_get_server_description() in place of 
-     ap_get_server_version().  [Jeff Trawick]
+  *) ap_get_server_version() has been removed.  Third-party modules must 
+     now use ap_get_server_banner() or ap_get_server_description().
+     [Jeff Trawick]
 
   *) mod_proxy_balancer: Extract stickysession routing information contained as
      parameter in the URL correctly. PR 40400.
@@ -198,6 +196,12 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) The full server version information is now included in the error log at
+     startup as well as server status reports, irrespective of the setting
+     of the ServerTokens directive.  ap_get_server_version() is now 
+     deprecated, and is replaced by ap_get_server_banner() and 
+     ap_get_server_description().  [Jeff Trawick]
+
   *) mod_proxy_balancer: Workers can now be defined as part of
      a balancer cluster "set" in which members of a lower-numbered set
      are preferred over higher numbered ones. [Jim Jagielski]