aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 14:49:04 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 14:49:04 +0200
commitcd2bd66781b13c7afef8c0111008860e6cb94ad7 (patch)
tree815dcbcb399394963c75e0603f766d527dbbe9c7 /README-maintainer
parentdfb447ee4f1d433bc9b3268e929ec7e838fe2c8e (diff)
downloadqpdf-cd2bd66781b13c7afef8c0111008860e6cb94ad7.tar.zst
Update release preparation instructions
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer9
1 files changed, 5 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index e31d036b..49e98870 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -119,11 +119,12 @@ RELEASE PREPARATION
with newer version of gcc if available.
* Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to
- `./configure`.
+ `./configure`. (Done in CI.)
-* Test build on a mac.
+* Test build on a mac. (Done in CI.)
-* Test with address sanitizer as described above.
+* Test with address sanitizer as described above. (Done in CI with
+ gcc; test locally with clang.)
* A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.
@@ -151,7 +152,7 @@ RELEASE PREPARATION
properly handled with QIntC or the appropriate cast.
* Increment shared library version information as needed (`LT_*` in
- `configure.ac`)
+ `configure.ac`). Remember to rerun ./autogen.sh.
* Test for binary compatibility:
* Check out the last release