From: Yann Ylavic Date: Mon, 8 Apr 2019 18:52:00 +0000 (+0000) Subject: Follow up to r1857129: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2073 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9505d83a0c200afb95e6e375dd2b9a8ba994ecb;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1857129: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1857130 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e4f6be2d13b..8457ee754d2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_reqtimeout: Fix default rates missing (not applied) in 2.4.39. + PR 63325. [Yann Ylavic] + *) mod_ldap: Avoid potential crashes in util_ldap_cache_module_kill() or other LDAP related functions during graceful restart of a busy server. PR63305. [Martin Fúsek ]