You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2023/03/20 18:44:22 UTC

svn commit: r1908593 - in /apr/apr/branches/1.8.x: ./ CHANGES

Author: ylavic
Date: Mon Mar 20 18:44:21 2023
New Revision: 1908593

URL: http://svn.apache.org/viewvc?rev=1908593&view=rev
Log:
Follow up to r1897207: CHANGES entry.

Merges r1908592 from trunk.

Modified:
    apr/apr/branches/1.8.x/   (props changed)
    apr/apr/branches/1.8.x/CHANGES

Propchange: apr/apr/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1908592

Modified: apr/apr/branches/1.8.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.8.x/CHANGES?rev=1908593&r1=1908592&r2=1908593&view=diff
==============================================================================
--- apr/apr/branches/1.8.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.8.x/CHANGES [utf-8] Mon Mar 20 18:44:21 2023
@@ -4,6 +4,8 @@ Changes for APR 1.8.0
   [Anything backed out from 1.7.x branch should be slid up here, and the
   details of 1.7.1 deleted]
 
+  *) New APR_THREAD_LOCAL and apr_thread_current*() API.  [Yann Ylavic]
+
   *) Fix a regression in apr_stat() for root path on Windows. [Ivan Zhakov]
 
   *) apr_file_mtime_set(): Minor optimization on Windows. [Ivan Zhakov]