Author: geoff
Date: Thu Mar 17 11:50:02 2005
New Revision: 157970
URL: http://svn.apache.org/viewcvs?view=rev&rev=157970
Log:
add a header to Changes for this release - this should
stay at the top of this release version, ahead of all the
other changes.
reorder the existing changes a bit so that the Apache2::
rename is the first on the list, since it's the most important
part.
Modified:
perl/modperl/branches/apache2-rename-unstable/Changes
Modified: perl/modperl/branches/apache2-rename-unstable/Changes
URL:
http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/Changes?view=diff&r1=157969&r2=157970
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/Changes (original)
+++ perl/modperl/branches/apache2-rename-unstable/Changes Thu Mar 17 11:50:02
2005
@@ -12,19 +12,25 @@
=item 1.999_22-dev
-add $ENV{MOD_PERL_API_VERSION} as something that clearly distinguishes
-which mod_perl version is being used at request time. [Geoffrey Young]
+ ******************** IMPORTANT ********************
+ this version of mod_perl is completely incompatible
+ with prior versions of mod_perl, both 1.XX and
+ 1.99_XX. Please read the below changes carefully.
+ ***************************************************
+
+s/Apache::/Apache2::/g and s/mod_perl/mod_perl2/g in all module
+APIs [joes].
remove MP_INST_APACHE2 installation option and Apache2.pm - all
mod_perl related files will now be installed so they are visible
via standard @INC. also, refuse to install over mod_perl 2 versions
less than 1.999_22. [Geoffrey Young]
+add $ENV{MOD_PERL_API_VERSION} as something that clearly distinguishes
+which mod_perl version is being used at request time. [Geoffrey Young]
+
remove CGI.pm and Apache::Request dependencies from Apache2::Status
since they weren't used at all [Geoffrey Young]
-
-s/Apache::/Apache2::/g and s/mod_perl/mod_perl2/g in all module
-APIs, breaking both MP_INST_APACHE2 and the test suite [joes].
ModPerl::Registry no longer checks for -x bit (we don't executed
scripts anyway), and thus works on acl-based filesystems. Also