You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2023/05/08 09:20:15 UTC

svn commit: r1909677 - /apr/apr/trunk/CHANGES

Author: rpluem
Date: Mon May  8 09:20:15 2023
New Revision: 1909677

URL: http://svn.apache.org/viewvc?rev=1909677&view=rev
Log:
* Add CHANGES entry for r1909474, r1909585, r1909586, r1909590

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1909677&r1=1909676&r2=1909677&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Mon May  8 09:20:15 2023
@@ -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]