Commit af64668ad190a3f28fbeb233238cb4a76db67d7c
1 parent
43d4f793
Add release reminder
Showing
1 changed file
with
5 additions
and
0 deletions
README.maintainer
| 1 | Release Reminders | 1 | Release Reminders |
| 2 | ================= | 2 | ================= |
| 3 | 3 | ||
| 4 | + * When making a release, always remember to run large file tests. | ||
| 5 | + For a major release, consider running a spelling checker over the | ||
| 6 | + source code to catch errors in variable names, strings, and | ||
| 7 | + comments. | ||
| 8 | + | ||
| 4 | * Consider running tests with latest gcc and/or valgrind. To do | 9 | * Consider running tests with latest gcc and/or valgrind. To do |
| 5 | this, replace, build with debugging and without shared libraries. | 10 | this, replace, build with debugging and without shared libraries. |
| 6 | In build, create z and move each executable into z. Then create a | 11 | In build, create z and move each executable into z. Then create a |