Author: joes
Date: Sat Mar 5 06:10:50 2005
New Revision: 156243
URL: http://svn.apache.org/viewcvs?view=rev&rev=156243
Log:
Introduce todo/apache2_rename, to
track the status of this branch.
Added:
perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename
Modified:
perl/modperl/branches/apache2-rename-unstable/todo/release
Added: perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename
URL:
http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename?view=auto&rev=156243
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename (added)
+++ perl/modperl/branches/apache2-rename-unstable/todo/apache2_rename Sat Mar
5 06:10:50 2005
@@ -0,0 +1,23 @@
+This file tracks the current status
+of the apache2-rename-unstable branch.
+
+The general goals for this branch are:
+
+ - remove Apache2.pm, withdrawing support for MP_INST_APACHE2.
+ - rename all Apache::Foo -> Apache2::Foo
+ - update Apache-Test.
+ - update the 2.0 documentation.
+ - merge with trunk, and resume the candidate process.
+
+This is an unstable branch, because the renaming
+process will impact all aspects of the codebase.
+The first set of code commits are expected to break
+the build system; so we'll need to mark a few milestones
+to prepare for the trunk merge. joes suggests these:
+
+TODO: remove Apache2.pm and MP_INST_APACHE2.
+TODO: rename the modules, and bring the build
+ system back to a compilable state.
+TODO: correct Apache-Test and the mp2 test suite,
+ so all tests pass again.
+TODO: port the 2.0 documentation.
Modified: perl/modperl/branches/apache2-rename-unstable/todo/release
URL:
http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/todo/release?view=diff&r1=156242&r2=156243
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/todo/release (original)
+++ perl/modperl/branches/apache2-rename-unstable/todo/release Sat Mar 5
06:10:50 2005
@@ -6,4 +6,9 @@
-- see also todo/release-checklist
Apparently <Perl> still silently ignores bogus perl code.
-See: http://marc.theaimsgroup.com/?t=110986532900001&r=1&w=2
\ No newline at end of file
+See: http://marc.theaimsgroup.com/?t=110986532900001&r=1&w=2
+
+Remove Apache2.pm, withdraw support for MP_INST_APACHE2,
+and rename all Apache:: modules to Apache2::. See the
+apache2_rename todo file for current status.
+