svn commit: r1935573 - apr/apr-util/branches/1.7.x
[email protected] Tue, 23 Jun 2026 08:11:21 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178220228158.198239.14375941480954392605@svn03-he-fi> |
Author: dsahlberg
Date: Tue Jun 23 08:11:21 2026
New Revision: 1935573
Log:
On apr-util/branches/1.7.x:
* STATUS
Update list of releases
Modified:
apr/apr-util/branches/1.7.x/STATUS
Modified: apr/apr-util/branches/1.7.x/STATUS
==============================================================================
--- apr/apr-util/branches/1.7.x/STATUS Tue Jun 23 08:08:53 2026 (r1935572)
+++ apr/apr-util/branches/1.7.x/STATUS Tue Jun 23 08:11:21 2026 (r1935573)
@@ -4,7 +4,9 @@ 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.2 : in maintenance
+ 1.6.4 : in maintenance
+ 1.6.3 : released February 1, 2023
+ 1.6.2 : released January 31, 2023
1.6.1 : released October 22, 2017
1.6.0 : released June 14, 2017
1.5.4 : released September 22, 2014
@@ -80,7 +82,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE RE
for OpenSSL.
* Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup.
- This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not
+ This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not
pass -R. Therefore, when trying to run the code using a
library from /opt/sfw/lib (say, libdb), the run-time linker
will not look in /opt/sfw/lib and the program will die.