summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2022-05-18 14:48:36 +0000
committerJim Jagielski <jim@apache.org>2022-05-18 14:48:36 +0000
commitdcdd7daaef7ee6c077a4769a5bec1fbc11e5611f (patch)
tree2592470689685858e909b961d55a57105bbb0bbc /CHANGES
parent39c271bca156adee03ff49f864dcce27ae6f5d73 (diff)
downloadapr-dcdd7daaef7ee6c077a4769a5bec1fbc11e5611f.tar.gz
Prefer posix shared mem over SysV in all cases:
Have name based order same as anon git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1901037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a7b48431c..0147ba04d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,13 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) configure: Prefer posix name-based shared memory over SysV IPC.
+ [Jim Jagielski]
+
*) configure: Add --disable-sctp argument to forcibly disable SCTP
support, or --enable-sctp which fails if SCTP support is not
detected. [Lubos Uhliarik <luhliari redhat.com>, Joe Orton]
-
+
*) apr_dbm: Add dedicated apr_dbm_get_driver() function that returns
details of the driver selected and any error encountered. Add the
apr_dbm_open2() function that references the driver. [Graham Leggett]
@@ -68,7 +71,7 @@ Changes for APR 2.0.0
[Oleg Liatte <olegliatte gmail.com>]
*) Test %ld vs. %lld to avoid compiler emits using APR_OFF_T_FMT, in the
- case of apparently equivilant long and long long types. [William Rowe]
+ case of apparently equivilant long and long long types. [William Rowe]
*) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
@@ -210,7 +213,7 @@ Changes for APR 2.0.0
[Tom Donovan]
*) Changes to apr_pollset_method_e enum value of APR_POLLSET_POLL and
- APR_POLLSET_AIO_MSGQ. Restore APR_POLLSET_POLL to its pre-r1308910
+ APR_POLLSET_AIO_MSGQ. Restore APR_POLLSET_POLL to its pre-r1308910
(April 2012) value, and move APR_POLLSET_AIO_MSGQ ahead. This restores
ABI compat with released branches. [Eric Covener]
@@ -226,7 +229,7 @@ Changes for APR 2.0.0
*) Add support code to teach valgrind about APR pools, allocators, and
bucket allocators. [Stefan Fritsch]
- *) apr_socket_accept_filter(): The 2nd and 3rd arguments are now
+ *) apr_socket_accept_filter(): The 2nd and 3rd arguments are now
const char * instead of char *. [Jeff Trawick]
*) apr_brigades: add a check to prevent infinite while loop in case