Ticket #2111: allow pause in copy/move/delete file operation.
[midnight-commander.git] / maint / RELEASE_PROCEDURE
blob16b1588e38d146df6dd4812576442cf24c368308
1 This document describes step by step the release procedure of GNU
2 Midnight Commander.
4 ${dotted_version} shall be replaced by something like 4.6
5 ${underscore_version} shall be replaced by something like 4_6
7 === day 0 (translator's prerelease) ===
9 * Check out a fresh copy from the CVS repository.
11 * Update the translation files NOT to contain line number information.
12   Commit them.
13 * Tag the CVS tree as "MC_${underscore_version}_translators".
14 * Update the translation files to contain line number information.
15   DON'T commit them.
16 * Run "make dist".
17 * Upload the distribution tarballs and the individual translation files
18   somewhere where the translators can download it.
19 * Announce the availibility of the translator's prerelease on mc-devel.
20   Inform the translators of the prerelease.
21   Inform the developers of a fourteen-day "feature-freeze".
23 === day 11 (reminder) ===
25 * announce a reminder on mc-devel that the release will occur in three
26   days.
28 === day 14 (official release) ===
30 * Review the English version of the manual and fix it if necessary.
31   Update the date and the version number in the .TH macro of the English
32   manual pages.
33 * Update the NEWS file to contain all user-visible changes.
34 * Set the version number in configure.ac to "${dotted_version}".
35   Commit it.
36 * Update the translation files NOT to contain line number information.
37   Commit them.
38 * Run the test suites maint/mctest and maint/mc-test and make sure
39   all warnings are ok.
40 * Tag the CVS tree as "MC_${underscore_version}_release".
41 * Create a CVS branch "MC_${underscore_version}".
42 * Run "make dist".
43 * Upload the resulting tarballs to the Savannah repository.
44 * Announce the new release on the mc-devel and mc mailing lists.
45 * Update the homepage.
47 === post-release actions ===
49 * Create binary packages from the uploaded tarballs as necessary.
51 === back to work ===
53 * Discuss milestones for the next release on the mc-devel list.