Commit c7578276a995f4b5c3f30a2bca4cf5618b012506
1 parent
658c11b1
changelog reminder
git-svn-id: svn+q:///qpdf/trunk@630 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
8 additions
and
6 deletions
README.maintainer
| 1 | 1 | Release Reminders |
| 2 | 2 | ================= |
| 3 | 3 | |
| 4 | - * To create a source release, do an export from the version control | |
| 5 | - system to a directory called qpdf-version. From the parent of that | |
| 6 | - directory, run make_dist with the directory as an argument. For | |
| 7 | - internally testing releases, you can run make_dist with the | |
| 8 | - --no-tests option. | |
| 4 | + * Increment shared library version information as needed | |
| 9 | 5 | |
| 10 | - * Remember to increment shared library version information as needed | |
| 6 | + * Add a release entry to ChangeLog | |
| 11 | 7 | |
| 12 | 8 | * Make sure version numbers are consistent in the following |
| 13 | 9 | locations: |
| ... | ... | @@ -31,6 +27,12 @@ Release Reminders |
| 31 | 27 | make build_manual |
| 32 | 28 | make distclean |
| 33 | 29 | |
| 30 | + * To create a source release, do an export from the version control | |
| 31 | + system to a directory called qpdf-version. From the parent of that | |
| 32 | + directory, run make_dist with the directory as an argument. For | |
| 33 | + internally testing releases, you can run make_dist with the | |
| 34 | + --no-tests option. | |
| 35 | + | |
| 34 | 36 | * Remember to update documentation in the "files" subdirectory of the |
| 35 | 37 | website on sourceforge.net. |
| 36 | 38 | ... | ... |