aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer14
1 files 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