Commit 66ef118b4377a00329314a9d7cbe23cf12e12832

Authored by Jay Berkenbilt
1 parent 3e96148a

Mention github issues and debian package in README.maintainer

Showing 1 changed file with 3 additions and 1 deletions
README.maintainer
... ... @@ -28,7 +28,7 @@ Release Reminders
28 28  
29 29 You can generate these by running valgrind with --gen-suppressions=yes.
30 30  
31   - * Check all open issues in the sourceforge trackers.
  31 + * Check all open issues in the sourceforge trackers and on github.
32 32  
33 33 * If any interfaces were added or changed, check C API to see whether
34 34 changes are appropriate there as well.
... ... @@ -91,6 +91,8 @@ Release Reminders
91 91 libraries. Run ./make_windows_releases from there. You will need
92 92 to have zip in your path.
93 93  
  94 + * Before releasing, rebuild and test debian package.
  95 +
94 96 * Remember to copy README-what-to-download.txt separately onto the
95 97 download area.
96 98  
... ...