summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGES63
1 files changed, 63 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 71b2f0e..793b0b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,67 @@
-*- coding: utf-8 -*-
+Changes for APR 1.7.5
+
+ *) Unix: Implement apr_shm_perms_set() for the "POSIX shm_open()"
+ and "classic mmap" shared memory implementations. [Joe Orton,
+ Ruediger Pluem]
+
+ *) Fix missing ';' for XML/HTML hex entities from apr_escape_entity().
+ [Yann Ylavic]
+
+ *) Fix crash in apr_pool_create() with --enable-pool-debug=all|owner.
+ [Yann Ylavic]
+
+ *) Improve platform detection by updating config.guess and config.sub.
+ [Rainer Jung]
+
+ *) CMake: Add support for CMAKE_WARNING_AS_ERROR. [Ivan Zhakov]
+
+ *) CMake: Enable support for MSVC runtime library selection by abstraction.
+ [Ivan Zhakov]
+
+ *) CMake: Export installed targets (libapr-1, apr-1, libaprapp-1, aprapp-1)
+ to apr:: namespace. [Ivan Zhakov]
+
+Changes for APR 1.7.4
+
+ *) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
+ and APR_FOPEN_BUFFERED did not properly append the data on Windows.
+ (This regression was introduced in APR 1.7.3) [Evgeny Kotkov]
+
+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_read: 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
+ correct, but the top level directory was misnamed.
+
Changes for APR 1.7.1
*) SECURITY: CVE-2022-24963 (cve.mitre.org)