summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul J. Reder <rederpj@apache.org>2003-03-13 21:53:49 +0100
committerPaul J. Reder <rederpj@apache.org>2003-03-13 21:53:49 +0100
commit1f7afcfd608befdddf019c2f75cea72c5775e9aa (patch)
tree89654a29d2543ab2fd9f789034435b2a991fb612
parentModify the APACHE_CHECK_SSL_TOOLKIT to detect SSL-C (atleast version 2.1). (diff)
downloadapache2-1f7afcfd608befdddf019c2f75cea72c5775e9aa.tar.xz
apache2-1f7afcfd608befdddf019c2f75cea72c5775e9aa.zip
I did the work, got out the vote, back-ported it, removed the vote, but forgot
to move the CHANGES entry... Darn. I've moved it to where it *should* have been. I hope this causes less confusion than having it out of sequence would have... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99002 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index b4f981037b..43515f9432 100644
--- a/CHANGES
+++ b/CHANGES
@@ -132,11 +132,6 @@ Changes with Apache 2.1.0-dev
*) Allow 'make depend' to work with non-GCC compilers.
[Justin Erenkrantz]
- *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
- a redirect occurs. The code was passing a format string and
- integer to apr_pstrcat. Changed to apr_psprintf.
- [Paul J. Reder]
-
*) Fix a bug where we leak fd's until the end of a keepalive
connection, which may result in:
(24)Too many open files: file permissions deny server access
@@ -370,6 +365,11 @@ Changes with Apache 2.0.44
eliminate the need for explicitly coding MCacheMaxStreamingBuffer
in most configurations. [Bill Stoddard]
+ *) mod_cache: Fix PR 15113, a core dump in cache_in_filter when
+ a redirect occurs. The code was passing a format string and
+ integer to apr_pstrcat. Changed to apr_psprintf.
+ [Paul J. Reder]
+
*) Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL
as set by apr-util in util_ldap.c. This should allow mod_ldap
to work with the Netscape/Mozilla LDAP library. [Øyvin Sømme