From 2ce9c1b67d15d8a20a979feb72a5fda9f25946f0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 11 Aug 2017 05:05:05 -0400 Subject: Update maintainer notes --- README.maintainer | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.maintainer b/README.maintainer index 690e3d09..9af576e2 100644 --- a/README.maintainer +++ b/README.maintainer @@ -1,16 +1,6 @@ Release Reminders ================= - * These two commits broke binary compatibility: - - a3576a73593987b26cd3eff346f8f7c11f713cbd - b8bdef0ad12883d72ced5eb443e6e34a93bbbb91 - - Need to figure out how. Every time any interface is added or any - object changes shape, always run compatibility tests by manually - running qtest-driver on most recent release using latest shared - library. - * When making a release, always remember to run large file tests and image comparison tests (--enable-test-compare-images --with-large-file-test-path=/path). For a major release, consider @@ -63,8 +53,8 @@ Release Reminders * Remember to avoid using operator[] with std::string or std::vector. See README.hardening for details. - * Increment shared library version information as needed - (libqpdf/build.mk) + * Increment shared library version information as needed (LT_* in + configure.ac) * Update release notes in manual -- look at diffs and ChangeLog -- cgit v1.2.3-54-g00ecf