]> granicus.if.org Git - apache/commitdiff
Another three done.
authorRainer Jung <rjung@apache.org>
Fri, 17 Aug 2012 15:00:20 +0000 (15:00 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 17 Aug 2012 15:00:20 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374301 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e553c5ae9d5d76f3df643cc154985adc338e0802..4264970d69880e990ef61280ac13e8766f3fc109 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,11 +15,6 @@ Changes with Apache 2.5.0
      mod_cache serves stale content because of a proxy error. 
      PR 53539.  [Rainer Jung, Ruediger Pluem]
 
-  *) core: Be less strict when checking whether Content-Type is set to 
-     "application/x-www-form-urlencoded" when parsing POST data, 
-     or we risk losing data with an appended charset. PR 53698
-     [Petter Berntsen <petterb gmail.com>]
-
   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
      rather than throwing an internal server error. [Daniel Gruno]
 
@@ -50,9 +45,6 @@ Changes with Apache 2.5.0
 
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
-  *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
-     authorization provider in lua. [Stefan Fritsch]
-
   *) mod_ssl: Add support for TLS-SRP (Secure Remote Password key exchange
      for TLS, RFC 5054). PR 51075. [Quinn Slack <sqs cs stanford edu>,
      Christophe Renou, Peter Sylvester]
@@ -85,10 +77,6 @@ Changes with Apache 2.5.0
      initializes the allocated memory with non-zero values, except if
      AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
 
-  *) mod_authnz_ldap: Don't try a potentially expensive nested groups
-     search before exhausting all AuthLDAPGroupAttribute checks on the
-     current group. PR52464 [Eric Covener]
-
   *) mod_policy: Add a new testing module to help server administrators
      enforce a configurable level of protocol compliance on their
      servers and application servers behind theirs. [Graham Leggett]