summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotkov <kotkov@13f79535-47bb-0310-9956-ffa450edef68>2023-04-12 12:59:10 +0000
committerkotkov <kotkov@13f79535-47bb-0310-9956-ffa450edef68>2023-04-12 12:59:10 +0000
commiteb9c317f0015197207f076865624a333653a5a62 (patch)
tree91891911829082c24316071b94449b0ee6b0c4c1
parentbb1473c1a7d54847783d2631a30ca7529de872e4 (diff)
downloadlibapr-eb9c317f0015197207f076865624a333653a5a62.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]