You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/03/30 15:43:05 UTC

svn commit: r159482 - perl/Apache-Test/branches/apache2-rename-unstable/Changes

Author: geoff
Date: Wed Mar 30 05:43:04 2005
New Revision: 159482

URL: http://svn.apache.org/viewcvs?view=rev&rev=159482
Log:
add some useful release notes for the Apache2 migration

Modified:
    perl/Apache-Test/branches/apache2-rename-unstable/Changes

Modified: perl/Apache-Test/branches/apache2-rename-unstable/Changes
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/branches/apache2-rename-unstable/Changes?view=diff&r1=159481&r2=159482
==============================================================================
--- perl/Apache-Test/branches/apache2-rename-unstable/Changes (original)
+++ perl/Apache-Test/branches/apache2-rename-unstable/Changes Wed Mar 30 05:43:04 2005
@@ -6,10 +6,23 @@
 
 =over 3
 
-=item 1.21-dev
+=item 1.22-dev
 
-Add support for mp2's Apache:: -> Apache2:: rename;
-remove Apache::TestConfig::modperl_2_inc_fixup() [joes].
+    ******************** IMPORTANT ********************
+      this version of Apache-Test does not completely
+    configure mod_perl for mod_perl versions 1.99_21 or
+    earlier.  Please read the below changes carefully.
+    ***************************************************
+
+remove Apache::TestConfig::modperl_2_inc_fixup().  Apache-Test
+is no longer Apache2.pm aware - it will not configure mod_perl
+support to look in Apache2/ automatically.  [joes]
+
+Add support for mp2's Apache:: -> Apache2:: rename [joes]
+
+
+
+=item 1.21 - March 23, 2005
 
 fix Apache::TestConfig (was missing 'use lib' before using
 lib::import) [William McKee <wi...@knowmad.com>]