Author: pgollucci
Date: Sat Sep 24 16:19:35 2005
New Revision: 291348
URL: http://svn.apache.org/viewcvs?rev=291348&view=rev
Log:
o s/)/\./g for consistency
o add note about old releases
Modified:
perl/modperl/trunk/RELEASE
Modified: perl/modperl/trunk/RELEASE
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/RELEASE?rev=291348&r1=291347&r2=291348&view=diff
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Sat Sep 24 16:19:35 2005
@@ -6,15 +6,15 @@
configurations as possible on as many platforms as possible,
unpacking the package each time afresh.
- a) nuke any preinstalled mod_perl libs and run 'make test'
+ a. nuke any preinstalled mod_perl libs and run 'make test'
- b) test that you can 'make install' and then run 'make test' again
+ b. test that you can 'make install' and then run 'make test' again
- c) test whether we still 100% OK on systems with no LWP:
+ c. test whether we still 100% OK on systems with no LWP:
% APACHE_TEST_PRETEND_NO_LWP=1 make test
- d) build and test as root. double check that you have started from a
+ d. build and test as root. double check that you have started from a
fresh source, without having any stale dirs from the previous
build laying around.
@@ -177,3 +177,7 @@
% svn ci -m "start 2.0.3-dev cycle" Changes lib/mod_perl2.pm \
STATUS RELEASE
+10. Old Versions
+
+ Remind other Developers to delete versions older then the prior release
+ from CPAN. Old releases can always be found on BackPan.