summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-01-02 13:21:12 +0000
committerIvan Zhakov <ivan@apache.org>2022-01-02 13:21:12 +0000
commit136ab9c97fc56b69cb0429a9ab7920df3e4fc603 (patch)
treeff26f02f37d3432257309fd79fe7dcdd37755ff2 /CHANGES
parentffdb44a5e802befeeeeb928ed1fb76037a1c22b6 (diff)
downloadapr-136ab9c97fc56b69cb0429a9ab7920df3e4fc603.tar.gz
Optimize apr_file_mtime_set() on Windows.
* file_io/win32/filestat.c (apr_file_mtime_set): Pass NULL as ATIME and CTIME when calling SetFileTime() to prevent changing ATIME and CTIME instead of retrieving these times using GetFileTime(). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1896623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ee78b60d7..a7b48431c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -258,6 +258,8 @@ Changes for APR 2.0.0
*) apr_proc_create(): Properly escape arguments containing whitespace
characters on Windows [Ivan Zhakov]
+ *) apr_file_mtime_set(): Minor optimization on Windows. [Ivan Zhakov]
+
Changes for APR and APR-util 1.7.x and later:
*) http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?view=markup