From 08e2a0d57e991c4f9acae206ae4a7d8613dc6a0a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 26 Aug 2024 12:09:40 +0000 Subject: [PATCH] publishing release apr-1.7.5 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920194 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ STATUS | 3 ++- include/apr_version.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 793b0b6a46..55b3d415d0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes for APR 1.7.6 + Changes for APR 1.7.5 *) Unix: Implement apr_shm_perms_set() for the "POSIX shm_open()" diff --git a/STATUS b/STATUS index 88ee599094..f5afd727e5 100644 --- a/STATUS +++ b/STATUS @@ -4,7 +4,8 @@ Last modified at [$Date$] Releases: 2.0.0 : in development on trunk/ 1.8.0 : in development - 1.7.5 : in maintenance + 1.7.6 : in maintenance + 1.7.5 : released August 26, 2024 1.7.4 : released April 16, 2023 1.7.3 : released March 31, 2023 1.7.2 : released February 1, 2023 diff --git a/include/apr_version.h b/include/apr_version.h index 2112f93b86..c6851461d6 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -61,7 +61,7 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 5 +#define APR_PATCH_VERSION 6 /** * The symbol APR_IS_DEV_VERSION is only defined for internal,