]> granicus.if.org Git - apache/commitdiff
Remove another round of backports from trunk CHANGES.
authorRainer Jung <rjung@apache.org>
Sat, 4 Aug 2012 22:32:06 +0000 (22:32 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 4 Aug 2012 22:32:06 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369499 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7b60afc4ded06904bcf1070f7e1b94b6b8a4721d..6594fec6ad5e696bdd01ea5b63abe3f766c8a0a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,9 +11,6 @@ Changes with Apache 2.5.0
   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
      caching of lua scripts. [Daniel Gruno]
 
-  *) mod_lua: Move LUA_COMPAT_ALL into the right place, so it will
-     activate compatibility mode for Lua 5.2. [Daniel Gruno]
-
   *) core: Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the
      scoreboard (ScoreBoardFile).  mod_lbmethod_heartbeat, mod_heartmonitor:
      Respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR for the heartbeat
@@ -24,12 +21,6 @@ Changes with Apache 2.5.0
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
      authorization provider in lua. [Stefan Fritsch]
 
-  *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
-     client_ip to match conn_rec. [Stefan Fritsch]
-
-  *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
-     causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]
-
   *) 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]