Commit 246c3277 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Note some things that should be considered, but not shortly before a release


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238821 13f79535-47bb-0310-9956-ffa450edef68
parent bc88b12d
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -50,6 +50,15 @@ CURRENT RELEASE NOTES:

RELEASE SHOWSTOPPERS:

THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:

  * Change default prefix from /usr/local/apache2 to something corresponding
    to the project name. Rename apachectl.

  * Change merge order of <Location> to be most specific match last. This
    is more consistent with <Directory> and allows some optimizations for the
    location merge code.

OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T:

  * Handling of non-trailing / config by non-default handler is broken