Author: stevehay
Date: Fri Jul 21 21:46:51 2023
New Revision: 1911182

URL: http://svn.apache.org/viewvc?rev=1911182&view=rev
Log:
Update RELEASE to reflect new VERSIONing scheme

Modified:
    perl/Apache-SizeLimit/trunk/RELEASE

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=1911182&r1=1911181&r2=1911182&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Fri Jul 21 21:46:51 2023
@@ -45,10 +45,7 @@ TODO:
    configurations as possible on as many platforms as possible.
 
   a. edit ./Changes:
-     - find lib -type f \( -name "*.pm" -o -name "Changes" \) | \
-         xargs perl -pi -e 's,0.96-dev,0.97-rc1,g'
-
-     - don't commit these (see dev@ archives)
+     - change -dev to -rc\d+ starting with -rc1
 
   b. commit Changes
      % svn ci -m "0.97 rc1" Changes
@@ -82,7 +79,7 @@ TODO:
    package to be released
 
   a. edit ./Changes:
-     - remove -rc\d+ (also remove this from modules)
+     - remove -rc\d+
      - add release date
 
   b. rerun:
@@ -90,8 +87,8 @@ TODO:
      make sure tag looks right
      % make -n tag
 
-  c. commit Changes and modules
-     % svn ci -m "0.97 release" Changes lib/
+  c. commit Changes
+     % svn ci -m "0.97 release" Changes
 
   d. tag
      % make tag
@@ -117,7 +114,7 @@ TODO:
 
 6. Prepare for the next cycle
 
-  a. increment version in lib/Apache/SizeLimit.pm
+  a. increment version in lib/Apache/SizeLimit.pm, lib/Apache2/SizeLimit.pm 
and lib/Apache/SizeLimit/Core.pm
 
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'


Reply via email to