summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-04-30 22:50:45 +0200
committerStefan Fritsch <sf@apache.org>2012-04-30 22:50:45 +0200
commit5d010bf77c0c176180aeec596fcbb1d4648d5765 (patch)
treea31374bded39c6b25735d5fe5d97d93df47993bd /CHANGES
parentAdd quotation marks to error messages (diff)
downloadapache2-5d010bf77c0c176180aeec596fcbb1d4648d5765.tar.xz
apache2-5d010bf77c0c176180aeec596fcbb1d4648d5765.zip
If a filename without slashes is specified for LoadFile or
LoadModule and the file cannot be found in the server root directory, try to use the standard dlopen() search path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 592d691cb6..6cf544346f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_so: If a filename without slashes is specified for LoadFile or
+ LoadModule and the file cannot be found in the server root directory,
+ try to use the standard dlopen() search path. [Stefan Fritsch]
+
*) various modules, rotatelogs: Replace use of apr_file_write() with
apr_file_write_full() to prevent incomplete writes. PR 53131.
[Nicolas Viennot <apache viennot biz>, Stefan Fritsch]