Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| releng:individual-releases [2010/04/17 10:44] – old revision restored mike | releng:individual-releases [2020/12/04 18:32] (current) – skunnyk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to Perform Individual Releases ====== | ====== How to Perform Individual Releases ====== | ||
| + | |||
| + | <note important> | ||
| + | </ | ||
| + | |||
| + | |||
| ===== Bugfix Releases ===== | ===== Bugfix Releases ===== | ||
| Line 8: | Line 13: | ||
| ==== Preparations ==== | ==== Preparations ==== | ||
| - | + | ||
| - Check out the stable branch with < | - Check out the stable branch with < | ||
| - Synchronize the branch with the public repository (for translations and fixes committed by others): < | - Synchronize the branch with the public repository (for translations and fixes committed by others): < | ||
| - Make sure the application compiles and that < | - Make sure the application compiles and that < | ||
| - Update the NEWS, AUTHORS, README, THANKS, HACKING etc. files | - Update the NEWS, AUTHORS, README, THANKS, HACKING etc. files | ||
| - | - Update | + | - **If your ChangeLog is not generated automatically**, |
| ==== Bumping the Version and Generating the Release Tarball ==== | ==== Bumping the Version and Generating the Release Tarball ==== | ||
| Line 20: | Line 25: | ||
| - If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template | - If the component is or contains a library and there were new symbols added since the last release, update the libtool version in the configure template | ||
| - Remove the '' | - Remove the '' | ||
| - | - Rebuild the translation files ('' | + | - Rebuild the translation files ('' |
| - | - Make sure everything builds fine; fix problems locally without committing | + | - Make sure everything builds fine; fix problems locally without committing: |
| + | < | ||
| There should now be a release tarball in the root directory of the component called '' | There should now be a release tarball in the root directory of the component called '' | ||