svn commit: r1937031 - in apr/apr-util/branches/1.6.x: . include
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178636172390.441932.4269297272857923690@svn03-he-fi> |
Author: covener
Date: Mon Aug 10 11:35:23 2026
New Revision: 1937031
Log:
publishing release apr-util-1.6.5
Modified:
apr/apr-util/branches/1.6.x/CHANGES
apr/apr-util/branches/1.6.x/STATUS
apr/apr-util/branches/1.6.x/include/apu_version.h
Modified: apr/apr-util/branches/1.6.x/CHANGES
==============================================================================
--- apr/apr-util/branches/1.6.x/CHANGES Mon Aug 10 11:35:15 2026 (r1937030)
+++ apr/apr-util/branches/1.6.x/CHANGES Mon Aug 10 11:35:23 2026 (r1937031)
@@ -1,4 +1,6 @@
-*- coding: utf-8 -*-
+Changes with APR-util 1.6.6
+
Changes with APR-util 1.6.5
*) Fix oracle DBD compilation errors introduced in 1.6.4. PR 70170.
Modified: apr/apr-util/branches/1.6.x/STATUS
==============================================================================
--- apr/apr-util/branches/1.6.x/STATUS Mon Aug 10 11:35:15 2026 (r1937030)
+++ apr/apr-util/branches/1.6.x/STATUS Mon Aug 10 11:35:23 2026 (r1937031)
@@ -4,7 +4,8 @@ Last modified at [$Date$]
Releases:
2.0.0 : None/EOL - merged into ../apr/trunk/
1.7.0 : in development on branches/1.7.x
- 1.6.5 : in maintenance
+ 1.6.6 : in maintenance
+ 1.6.5 : released August 10, 2026
1.6.4 : released August 06, 2026
1.6.3 : released February 1, 2023
1.6.2 : released January 31, 2023
Modified: apr/apr-util/branches/1.6.x/include/apu_version.h
==============================================================================
--- apr/apr-util/branches/1.6.x/include/apu_version.h Mon Aug 10 11:35:15 2026 (r1937030)
+++ apr/apr-util/branches/1.6.x/include/apu_version.h Mon Aug 10 11:35:23 2026 (r1937031)
@@ -61,7 +61,7 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APU_PATCH_VERSION 5
+#define APU_PATCH_VERSION 6
/**
* The symbol APU_IS_DEV_VERSION is only defined for internal,