summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2023-02-11 10:10:13 +0000
committerIvan Zhakov <ivan@apache.org>2023-02-11 10:10:13 +0000
commit0cb17c0304a1d17cc57624ff1f7bea6a5e76b480 (patch)
treeba536bbaec16e3f7e3df76bd4adddd8f4f30c59d
parentd30cee3c225c339f3691195c5392b80671ab8779 (diff)
downloadapr-0cb17c0304a1d17cc57624ff1f7bea6a5e76b480.tar.gz
CHANGES: Add newline.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1907576 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8c4ae578e..5e349ccd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
-*- coding: utf-8 -*-
Changes for APR 1.7.3
+
*) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
pointer on Windows. [Ivan Zhakov]