summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2022-01-14 02:05:55 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2022-01-14 02:05:55 +0000
commitc8c38c8c529161e6dcb176eb9b392dcb7979c139 (patch)
tree4b5c88396af10ff3b2ece50ff317d51716550179
parente3c7ffa019bfd96b49a765f55c1d5b2ce712e5e8 (diff)
downloadapr-c8c38c8c529161e6dcb176eb9b392dcb7979c139.tar.gz
Indicate 1.8.0-dev on the new backport dev branch
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1897024 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES63
-rw-r--r--STATUS5
-rw-r--r--include/apr_version.h4
3 files changed, 14 insertions, 58 deletions
diff --git a/CHANGES b/CHANGES
index 49ac16aa8..32d3cf548 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,16 @@
-*- coding: utf-8 -*-
+Changes for APR 1.8.0
+
+ [Anything backed out from 1.7.x branch should be slid up here, and the
+ details of 1.7.1 deleted]
+
+ *)
+
Changes for APR 1.7.1
*) SECURITY: CVE-2021-35940 (cve.mitre.org)
- Restore fix for out-of-bounds array dereference in apr_time_exp*() functions.
- (This issue was addressed as CVE-2017-12613 in APR 1.6.3 and
+ Restore fix for out-of-bounds array dereference in apr_time_exp*()
+ functions. (This issue was addressed as CVE-2017-12613 in APR 1.6.3 and
later 1.6.x releases, but was missing in 1.7.0.) [Stefan Sperling]
*) apr_atomic_read64(): Fix non-atomic read on 32-bit Windows [Ivan Zhakov]
@@ -26,7 +33,6 @@ Changes for APR 1.7.1
*) APR's configure script uses AC_TRY_RUN to detect whether the return type
of strerror_r is int. When cross-compiling this defaults to no.
-
This commit adds an AC_CACHE_CHECK so users who cross-compile APR may
influence the outcome with a configure variable. [Sebastian Kemper
<sebastian_ml gmx net>]
@@ -46,7 +52,6 @@ Changes for APR 1.7.1
*) While cross-compiling, the tools/gen_test_char could not
be executed at build time, use AX_PROG_CC_FOR_BUILD to
build native tools/gen_test_char
-
Support explicit libtool by variable assigning before buildcheck.sh,
it is helpful for cross-compiling (such as libtool=aarch64-linux-libtool)
[Hongxu Jia <hongxu.jia windriver.com>]
@@ -69,55 +74,9 @@ Changes for APR 1.7.1
*) Fixed: apr_get_oslevel() was returning APR_WIN_XP on Windows 10
-Changes for APR 1.7.0
-
- *) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
- for dirread(), because the former is both deprecated and unneeded.
- [Yann Ylavic, William Rowe]
-
- *) apr_file_info: [Win32 only] Treat only "name surrogate" reparse points
- as symlinks, and not other reparse tag types. PR47630
- [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]
-
- *) Recognize APPLE predefined macros as equivilant to DARWIN. [Jim Jagielski]
-
- *) Signals: Allow handling of SIGUSR2 in apr_signal_thread. [Yann Ylavic]
+Changes for APR 1.7.0 and later:
- *) Atomics: Support for 64bit ints. [Jim Jagielski]
-
- *) Add the apr_encode_* API that implements RFC4648 and RFC7515
- compliant BASE64, BASE64URL, BASE32, BASE32HEX and BASE16
- encode/decode functions. [Graham Leggett]
-
- *) rand: Use arc4random_buf() on BSD platforms and getrandom() on Linux,
- when available. [Christian Weisgerber <naddy openbsd.org, Yann Ylavic]
-
- *) Add apr_sockaddr_zone_set, apr_sockaddr_zone_set to set and retrieve
- the zone for link-local IPv6 addresses. [Joe Orton]
-
- *) apr_sockaddr_equal: Compare link-local IPv6 addresses with different
- zones as not equal. [Joe Orton]
-
- *) apr_sockaddr_ip_getbuf, apr_sockaddr_ip_get: Append "%zone" for
- IPv6 link-local addresses. [Joe Orton]
-
- *) Locks: add a --disable-timedlocks config option in case users
- encounter more platforms where it fails [Nick Kew].
-
- *) apr_allocator, apr_pools: Add apr_allocator_page_size() and
- apr_allocator_min_order_set() to respectively get the (system's) page size
- in use and set the minimum allocation size for an allocator (expressed in
- 2^order pages). [Yann Ylavic]
-
- *) locks: provide portable implementations of timedlock()s for
- posix-sems, sysv-sems and pthreads for those platforms that
- lack native versions (eg: OSX/macOS). [Jim Jagielski]
-
- *) locks: Introduce apr_{thread,proc,global}_mutex_timedlock().
- [Yann Ylavic]
+ *) http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?view=markup
Changes for APR 1.6.x and later:
diff --git a/STATUS b/STATUS
index 9e0496167..5252b287f 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Releases:
2.0.0 : in development on trunk/
+ 1.8.0 : in development
1.7.1 : in maintenance
1.7.0 : tagged April 1, 2019
1.6.5 : released September 14, 2018
@@ -94,10 +95,6 @@ RELEASE SHOWSTOPPERS:
CURRENT VOTES:
- * Fix trivial 'configure apr.h.in' copy/paste error inside apr.hw
- -#define APR_TCP_NOPUSH_FLAG @apr_tcp_nopush_flag@
- +#define APR_TCP_NOPUSH_FLAG 0
- +1: ylavic,
CURRENT test/testall -v EXCEPTIONS:
diff --git a/include/apr_version.h b/include/apr_version.h
index b10134acd..56780a103 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -56,13 +56,13 @@
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 7
+#define APR_MINOR_VERSION 8
/** patch level
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 0
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,