summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-20 18:44:21 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-20 18:44:21 +0000
commit2607d272f4f94e06e3b5921f5680625e74f11c25 (patch)
treebadc5722bc184636e49fcfbb72ceb3c9fd5a92a1
parentcfc77443671fe57b991c28c69833df5ed3b3da90 (diff)
downloadlibapr-2607d272f4f94e06e3b5921f5680625e74f11c25.tar.gz
Follow up to r1897207: CHANGES entry.
Merges r1908592 from trunk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1908593 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e12ceb99..d402eb5c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]