svn commit: r1927981 - apr/apr/trunk
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: rpluem
Date: Sun Aug 24 10:23:38 2025
New Revision: 1927981
Log:
* Add missing PR number
Modified:
apr/apr/trunk/CHANGES
Modified: apr/apr/trunk/CHANGES
==============================================================================
--- apr/apr/trunk/CHANGES Sun Aug 24 08:30:18 2025 (r1927980)
+++ apr/apr/trunk/CHANGES Sun Aug 24 10:23:38 2025 (r1927981)
@@ -3,7 +3,7 @@ Changes for APR 2.0.0
*) apr_uri: Update apr_uri_parse() and apr_uri_unparse() to decode / encode
a % separating a zone identifier in an IPv6 literal if detected following
- RFC6874. [Jens Finkhaeuser <[email protected]>, Ruediger Pluem]
+ RFC6874. PR69754. [Jens Finkhaeuser <[email protected]>, Ruediger Pluem]
*) apr_crypto_openssl: Add provider support on OpenSSL3+.
[Graham Leggett]