summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Kotkov <kotkov@apache.org>2023-04-12 12:59:10 +0000
committerEvgeny Kotkov <kotkov@apache.org>2023-04-12 12:59:10 +0000
commitc6ae8671557243be706633b537cb7ec879b89b35 (patch)
tree91891911829082c24316071b94449b0ee6b0c4c1
parent9f43c421c34f67548c6c2f9c2800a10481563b7e (diff)
downloadapr-c6ae8671557243be706633b537cb7ec879b89b35.tar.gz
CHANGES: Drop my email from the changelog entries, for consistency.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1909091 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 82a1de802..48e600b07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -122,11 +122,11 @@ Changes for APR 2.0.0
*) apr_file_trunc: Truncating a buffered file could add unexpected
data after the truncate position. PR 51017.
- [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+ [Evgeny Kotkov]
*) apr_file_trunc: Fix an issue where reading from a buffered file
after truncate could return stale data from the buffer.
- [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+ [Evgeny Kotkov]
*) apr_allocator, apr_pools: Add apr_allocator_page_size() and
apr_allocator_min_order_set() to respectively get the (system's) page size
@@ -246,7 +246,7 @@ Changes for APR 2.0.0
*) Merge APR-util into APR. [various]
*) apr_socket_listen: Allow larger listen backlog values on Windows 8+.
- [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+ [Evgeny Kotkov]
*) Remove the APR_SENDFILE_DISCONNECT_SOCKET flag. [Ivan Zhakov]