aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-11 11:05:05 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 11:05:05 +0200
commit2ce9c1b67d15d8a20a979feb72a5fda9f25946f0 (patch)
tree376b14bfbcd776c4b8ef366a40acdad133997171
parente7d0019bf48ac6b554d46a545242515db9d72644 (diff)
downloadqpdf-2ce9c1b67d15d8a20a979feb72a5fda9f25946f0.tar.zst
Update maintainer notes
-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