summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-05-08 09:20:15 +0000
committerRuediger Pluem <rpluem@apache.org>2023-05-08 09:20:15 +0000
commit611212ce2362dd2200354375dc3bde11d026a3b4 (patch)
tree56bdc9b9d45270b9a447417f71a7a0d368729eeb
parentfc53670a1e8da8acb94bb08bbd067f0cf04642e6 (diff)
downloadapr-611212ce2362dd2200354375dc3bde11d026a3b4.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]