From: Bradley Nicholes Date: Thu, 22 Apr 2004 07:21:54 +0000 (+0000) Subject: backport sync X-Git-Tag: pre_ajp_proxy~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=621f12f1f4ad79065005031701ad9eb447cfc70c;p=apache backport sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103477 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9a3bb09d7b..af25689ae6 100644 --- a/CHANGES +++ b/CHANGES @@ -94,9 +94,6 @@ Changes with Apache 2.1.0-dev *) Satisfy directives now can be influenced by a surrounding container. PR 14726. [André Malo] - *) htpasswd: use apr_temp_dir_get() and general cleanup - [Guenter Knauf , Thom May] - *) mod_proxy: Fix handling of non-200 success status codes when "ProxyErrorOverride On" is configured. PR 20183. [Marcus Janson , Joe Orton] @@ -361,6 +358,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) htpasswd: use apr_temp_dir_get() and general cleanup + [Guenter Knauf , Thom May] + *) mod_ssl: Fix memory leak in session cache handling. PR 26562 [Madhusudan Mathihalli]