]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
In 2.4.x
authorJim Jagielski <jim@apache.org>
Tue, 14 Aug 2012 21:12:24 +0000 (21:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 14 Aug 2012 21:12:24 +0000 (21:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1373113 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ed71e0e42f32a43d0d54d64b30018ee86e4eda03..4ea0ffed172ea80b86d6fda52377efe70d4ac0ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,6 @@ Changes with Apache 2.5.0
      or we risk losing data with an appended charset. PR 53698
      [Petter Berntsen <petterb gmail.com>]
 
-  *) Windows: Fix SSL failures on windows with AcceptFilter https none.
-     PR: 52476.  [Jeff Trawick]
-
-  *) ab: Fix read failure when targeting SSL server.  [Jeff Trawick]
-
   *) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
      rather than throwing an internal server error. [Daniel Gruno]
 
@@ -30,16 +25,6 @@ Changes with Apache 2.5.0
   *) mod_lua: Add new directive LuaCodeCache for controlling in-memory
      caching of lua scripts. [Daniel Gruno]
 
-  *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
-     - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
-     - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
-       mutexes (Mutex)
-     - mod_auth_digest: shared memory file
-     - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
-     - mod_ldap: shared memory cache
-     - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
-     [Jeff Trawick]
-
   *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
 
   *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an