From cd2bd66781b13c7afef8c0111008860e6cb94ad7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 31 Aug 2019 08:49:04 -0400 Subject: Update release preparation instructions --- README-maintainer | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-54-g00ecf