You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ko...@apache.org on 2023/04/12 12:59:11 UTC

svn commit: r1909091 - /apr/apr/trunk/CHANGES

Author: kotkov
Date: Wed Apr 12 12:59:10 2023
New Revision: 1909091

URL: http://svn.apache.org/viewvc?rev=1909091&view=rev
Log:
CHANGES: Drop my email from the changelog entries, for consistency.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1909091&r1=1909090&r2=1909091&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Wed Apr 12 12:59:10 2023
@@ -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]