svn commit: r1935572 - apr/apr/trunk
[email protected] Tue, 23 Jun 2026 08:08:53 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178220213368.196851.15160202269470165998@svn03-he-fi> |
Author: dsahlberg
Date: Tue Jun 23 08:08:53 2026
New Revision: 1935572
Log:
* STATUS
Update links to https, except for the qaix link which is dead and only
kept for historic reasons.
Remove extensive list of backport STATUS file links
Remove revision number in "final apr-util" link - there were more releases
after that revision.
Modified:
apr/apr/trunk/STATUS
Modified: apr/apr/trunk/STATUS
==============================================================================
--- apr/apr/trunk/STATUS Tue Jun 23 08:06:53 2026 (r1935571)
+++ apr/apr/trunk/STATUS Tue Jun 23 08:08:53 2026 (r1935572)
@@ -3,7 +3,7 @@ Last modified at [$Date$]
The current version of this file can be found at:
- * http://svn.apache.org/repos/asf/apr/apr/trunk/STATUS
+ * https://svn.apache.org/repos/asf/apr/apr/trunk/STATUS
NOTICE:
@@ -11,19 +11,13 @@ NOTICE:
Effective with version 2.0 , apr-util ceases to exist. For reference,
the final standalone apr-util can be found in subversion at:
- * http://svn.apache.org/repos/asf/apr/apr-util/branches -r784519
+ * https://svn.apache.org/repos/asf/apr/apr-util/branches
-Patches considered for backport are noted in their branches' STATUS:
+Patches considered for backport are noted in their branches' STATUS, e.g.:
- * http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x/STATUS
- * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x/STATUS
+ * https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x/STATUS
+ * https://svn.apache.org/repos/asf/apr/apr-util/branches/1.6.x/STATUS
Releases:
2.0.0 : in development on trunk/
@@ -117,7 +111,7 @@ Contributors looking for a mission:
* Just do an egrep on "TODO" or "XXX" in the source.
- * Review the bug database at: http://issues.apache.org/bugzilla/
+ * Review the bug database at: https://issues.apache.org/bugzilla/
* Review the "PatchAvailable" bugs in the bug database:
@@ -204,7 +198,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE RE
more unusable spaces in the physical blocks. APR must provide
a mechanism to recognize such fragmented conditions, free the
physical pages, and allocate a new single pool block. See also
- http://svn.haxx.se/dev/archive-2008-10/0070.shtml
+ https://svn.haxx.se/dev/archive-2008-10/0070.shtml
* Implement apr_pool_realloc for consumers such as apr_vformatter,
where the possibility to extend an allocation exists. Given that