summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-08-14 23:21:02 +0200
committerJeff Trawick <trawick@apache.org>2012-08-14 23:21:02 +0200
commita943ffdeaf39551313f8f215c25bffab5db114d7 (patch)
tree5fbeb3b738d393175ca0a54c294fcad6ced207ec /CHANGES
parentIn 2.4.x (diff)
downloadapache2-a943ffdeaf39551313f8f215c25bffab5db114d7.tar.xz
apache2-a943ffdeaf39551313f8f215c25bffab5db114d7.zip
add back the DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR stuff
that is not in 2.4.x The trunk patches for these all have some configuration breakage as 2.4.x interprets the individual directive or API parameter as relative to ServerRoot whereas trunk interprets everything relative to DefaultRuntimeDir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1373121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ea0ffed17..effed03b2a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,15 @@ 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_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