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/02/07 11:01:12 UTC

svn commit: r1907501 - /apr/apr/branches/1.7.x/CHANGES

Author: kotkov
Date: Tue Feb  7 11:01:12 2023
New Revision: 1907501

URL: http://svn.apache.org/viewvc?rev=1907501&view=rev
Log:
On 1.7.x branch: CHANGES: Drop my email from the entries in the 1.7.3
section, for consistency.

Modified:
    apr/apr/branches/1.7.x/CHANGES

Modified: apr/apr/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?rev=1907501&r1=1907500&r2=1907501&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.7.x/CHANGES [utf-8] Tue Feb  7 11:01:12 2023
@@ -7,17 +7,16 @@ Changes for APR 1.7.3
      and later. [Ivan Zhakov]
 
   *) apr_file_gets: Optimize for buffered files on Windows.
-     [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+     [Evgeny Kotkov]
 
   *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
-     on Windows. PR 50058.
-     [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+     on Windows. PR 50058. [Evgeny Kotkov]
 
   *) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
-     [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+     [Evgeny Kotkov]
 
   *) apr_file_write: Optimize large writes to buffered files on Windows.
-     [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]
+     [Evgeny Kotkov]
 
   *) apr_file_write: Optimize large reads from buffered files on Windows.
      [Evgeny Kotkov]