From: Bradley Nicholes Date: Thu, 22 Apr 2004 07:22:53 +0000 (+0000) Subject: backport X-Git-Tag: 2.0.50~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b968063a0057ae8111bf8bfabbc125d861689b22;p=thirdparty%2Fapache%2Fhttpd.git backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 93a948974e1..040dbdf4f1e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ 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]