summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2023-05-08 09:20:15 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2023-05-08 09:20:15 +0000
commit9d2f9ecb5d774cee17417eaeb2f4fa51df9eca81 (patch)
tree56bdc9b9d45270b9a447417f71a7a0d368729eeb
parent06e3f89257da734e59b5592d0cbe3b28db84a8e7 (diff)
downloadlibapr-9d2f9ecb5d774cee17417eaeb2f4fa51df9eca81.tar.gz
* Add CHANGES entry for r1909474, r1909585, r1909586, r1909590
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1909677 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 48e600b07..3dfe1f9a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) apr_memcache: Check sockets from connection pool before using them and try
+ to reconnect them if they are not usable any longer.[Ruediger Pluem]
+
*) New APR_THREAD_LOCAL and apr_thread_current*() API. [Yann Ylavic]
*) apr_crypto_openssl: Compatibility with OpenSSL 3. [Yann Ylavic]