You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2023/03/31 08:52:19 UTC

svn commit: r60965 - in /release/apr: Announcement1.x.html Announcement1.x.txt CHANGES-APR-1.7

Author: rpluem
Date: Fri Mar 31 08:52:19 2023
New Revision: 60965

Log:
update for release

Modified:
    release/apr/Announcement1.x.html
    release/apr/Announcement1.x.txt
    release/apr/CHANGES-APR-1.7

Modified: release/apr/Announcement1.x.html
==============================================================================
--- release/apr/Announcement1.x.html (original)
+++ release/apr/Announcement1.x.html Fri Mar 31 08:52:19 2023
@@ -3,19 +3,19 @@
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <meta name="author" content="APR" /><meta name="email" content="dev@apr.apache.org" />
-    <title>Apache Portable Runtime library 1.7.2 Released</title>
+    <title>Apache Portable Runtime library 1.7.3 Released</title>
  </head>
  <body bgcolor="#ffffff" text="#000000" link="#525D76">
 <p><a href="https://apr.apache.org/"><img src="https://apr.apache.org/images/apr_logo_wide.png" alt="The Apache Portable Runtime Project" border="0"/></a></p>
 
 <h1>
-   Apache Portable Runtime 1.7.2 Released
+   Apache Portable Runtime 1.7.3 Released
 </h1>
 
 <p>
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
-   1.7.2 of the Apache Portable Runtime library (APR). 
+   1.7.3 of the Apache Portable Runtime library (APR). 
 </p>
 
 <p>

Modified: release/apr/Announcement1.x.txt
==============================================================================
--- release/apr/Announcement1.x.txt (original)
+++ release/apr/Announcement1.x.txt Fri Mar 31 08:52:19 2023
@@ -1,8 +1,8 @@
-   Apache Portable Runtime APR 1.7.2 Released
+   Apache Portable Runtime APR 1.7.3 Released
 
    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of version
-   1.7.2 of the Apache Portable Runtime library (APR). 
+   1.7.3 of the Apache Portable Runtime library (APR). 
 
    For detailed changes in this maintenance release, see;
 
@@ -29,7 +29,7 @@
       indirection. The new definition should allow the use of the
       apr_os_proc_mutex_get/_put API's on the Netware platform but
       requires a rebuild against the APR 1.7.0 or later library.
-      
+
    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
    consistent interface to underlying platform-specific

Modified: release/apr/CHANGES-APR-1.7
==============================================================================
--- release/apr/CHANGES-APR-1.7 (original)
+++ release/apr/CHANGES-APR-1.7 Fri Mar 31 08:52:19 2023
@@ -1,4 +1,33 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.7.3
+
+  *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
+     [Ruediger Pluem]
+
+  *) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if
+     available. [Ruediger Pluem]
+
+  *) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
+     pointer on Windows. [Ivan Zhakov]
+
+  *) apr_dir_read: Do not request short file names on Windows 7
+     and later. [Ivan Zhakov]
+
+  *) apr_file_gets: Optimize for buffered files on Windows.
+     [Evgeny Kotkov]
+
+  *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
+     on Windows. PR 50058. [Evgeny Kotkov]
+
+  *) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
+     [Evgeny Kotkov]
+
+  *) apr_file_write: Optimize large writes to buffered files on Windows.
+     [Evgeny Kotkov]
+
+  *) apr_file_write: Optimize large reads from buffered files on Windows.
+     [Evgeny Kotkov]
+
 Changes for APR 1.7.2
 
   *) Correct a packaging issue in 1.7.1. The contents of the release were