Stealing a plan executed by Colm for 1.3, I'd like to propose that
we set a two week window following committers' return-from-ApacheCon
to execute any backports "of general interest" and apply important
fixes/backports to pregsub allocation and non-absolute uri parsing.
On approval of this plan, I would offer to introduce the EOL notices
(as we ultimately committed to 1.3), tag and roll 2.0.65 on Nov 26th
and we would potentially approve and release 2.0 'final' this month.
And as we did with 1.3, we would start a 12 month clock to removing
2.0.x pretty much in its entirety from the live httpd.apache.org site
and /dist/ mirrors (although still available from archive.a.o/dist/).
Otherwise we will be developing towards 4 releases even beyond this
month, which seems excessive when the current stable has rendered
the prior version obsolete six years ago, on December 1, 2005.
--- Begin Message ---
Observers of the commits list may have noticed some small cleanups to
the 1.3.x branch earlier today. There are currently a number of
several years-old backport/patch proposals in there too, including two
marked as release show-stoppers (neither actually stopped the show,
when last we had a release).
I've reviewed and tested the relatively low-hanging fruit, and cleaned
up the backport proposals to be functional patches. If you really
really think any of those patches are important, now is a good time to
review/test/vote!
Because ... stealing an idea from wrowe@ ... how about we formally
deprecate the 1.3.x branch? Make one more release, but attach a notice
to the effect that it will be the final release, and that in future
we'll be distributing security updates by other means :-)
Patch;
Index: README
===================================================================
--- README (revision 895672)
+++ README (working copy)
@@ -14,9 +14,16 @@
The Latest Version
------------------
- Details of the latest version can be found on the Apache HTTP
- server project page under http://httpd.apache.org/.
+ As of January 2010, support for version 1.3 of Apache has been
+ formally deprecated. Updates will be available as patches, from
+ http://www.apache.org/dist/httpd/patches/
+ Users are encouraged to upgrade to version 2 of Apache httpd,
+ and information on upgrading is available at;
+
+ http://httpd.apache.org/docs/2.0/upgrading.html
+ http://httpd.apache.org/docs/2.2/upgrading.html
+
Documentation
-------------
Index: src/CHANGES
===================================================================
--- src/CHANGES (revision 895795)
+++ src/CHANGES (working copy)
@@ -1,6 +1,22 @@
Changes with Apache 1.3.42
+ *) INFORMATIONAL: Please note that this release is considered
+ the final release of the Apache 1.3.x branch. Future
+ updates will be distributed as patches, via
+ http://www.apache.org/dist/httpd/patches/
+
+ Apache 1.3.x users who wish to avail of security releases
+ are advised to use Apache 2 or higher. Please see;
+
+ http://httpd.apache.org/docs/2.0/upgrading.html
+ http://httpd.apache.org/docs/2.2/upgrading.html
+
+ for information on upgrading. On behalf of the Apache
+ httpd group; thank you to everyone who helped make
+ Apache 1.3.x the most successful, and most used,
+ webserver software on the planet.
+
Changes with Apache 1.3.41
*) SECURITY: CVE-2007-6388 (cve.mitre.org)
--
Colm
--- End Message ---