summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kotkov <kotkov@apache.org>2023-02-07 10:46:17 +0000
committerEvgeny Kotkov <kotkov@apache.org>2023-02-07 10:46:17 +0000
commit1e83a9c3d4f05a537a4ed44aed6e9ce56405d98e (patch)
tree0a4e9865041360f129363886573a172a7247afc1
parent4ab7c270ecf17e38be34bed4fcb195f949b451df (diff)
downloadapr-1e83a9c3d4f05a537a4ed44aed6e9ce56405d98e.tar.gz
On 1.7.x branch: Following up on r1907495, adjust the location of the
new CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1907496 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index e64568205..f55b88017 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,14 +7,14 @@ Changes for APR 1.7.3
*) apr_dir_read: Do not request short file names on Windows 7
and later. [Ivan Zhakov]
+ *) apr_file_gets: Optimize for buffered files on Windows.
+ [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+
Changes for APR 1.7.2
*) Correct a packaging issue in 1.7.1. The contents of the release were
correct, but the top level directory was misnamed.
- *) apr_file_gets: Optimize for buffered files on Windows.
- [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
-
Changes for APR 1.7.1
*) SECURITY: CVE-2022-24963 (cve.mitre.org)