Browse Source

Mention CVS procedures.

Pavel Roskin 22 years ago
parent
commit
89ba2277a9
1 changed files with 11 additions and 6 deletions
  1. 11 6
      maint/RELEASE_PROCEDURE

+ 11 - 6
maint/RELEASE_PROCEDURE

@@ -5,21 +5,26 @@ Midnight Commander.
 Announce the intention to release the next version in both mailing lists
 at least 3 days before the release date, unless it's a security release.
 
-Make sure that all significant user-visible changes are in the NEWS
-file.  Group changes by topics to improve readability.
+Update the working directory from CVS, review last-minute changes.
 
-Review the English version of the manual and fix it if necessary.
+Review the English version of the manual and fix it if necessary. 
+Check the date in the .TH macro and  update it if significant changes
+have been done since the previous release.
 
-Check dates in all manuals and update them if significant changes have
-been done since the previous release.
+Make sure that all significant user-visible changes are in the NEWS
+file.  Group changes by topics to improve readability.
 
 Make sure that maint/mctest covers most features of the current code and
-run it on a clean working directory.
+run it in a clean working directory.
 
 Review files with stdout and stderr from every build.  Make sure that
 all warnings (if any) are caused by other software and cannot be avoided
 without significant damage to the code.
 
+Regenerate and commit po-files.
+
+Tag CVS tree.
+
 Upload the resulting tarball and binary packages to login.ibiblio.org.
 
 Change the homepage to mention the new version.