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/07 19:51:08 UTC

svn commit: r1908171 - in /apr/apr/branches/1.7.x: ./ CHANGES

Author: rpluem
Date: Tue Mar  7 19:51:08 2023
New Revision: 1908171

URL: http://svn.apache.org/viewvc?rev=1908171&view=rev
Log:
Merge r1908170 from trunk:

* Add changes entry for r1907566 [skip ci]

Modified:
    apr/apr/branches/1.7.x/   (props changed)
    apr/apr/branches/1.7.x/CHANGES

Propchange: apr/apr/branches/1.7.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1908170

Modified: apr/apr/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?rev=1908171&r1=1908170&r2=1908171&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.7.x/CHANGES [utf-8] Tue Mar  7 19:51:08 2023
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.7.3
 
+  *) 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]