diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index e6671d9..fc6b0ec 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2490,6 +2490,43 @@ print "\n";
ChangeLog for a full list.
+
+
+ When building on a platform that supports ELF shared libraries
+ (such as Linux), symbol versions are enabled by default. They
+ can be disabled by passing
+ to
+ ./configure.
+
+
+
+
+ Image comparison tests are off by default now since they are
+ not needed to verify a correct build or port of qpdf. They
+ are needed only when changing the actual PDF output generated
+ by qpdf. You should enable them if you are making deep
+ changes to qpdf itself. See README for
+ details.
+
+
+
+
+ Large file tests are off by default but can be turned on with
+ ./configure or by setting an environment
+ variable before running the test suite. See
+ README for details.
+
+
+
+
+ When qpdf's test suite fails, failures are not printed to the
+ terminal anymore by default. Instead, find them in
+ build/qtest.log. For packagers who are
+ building with an autobuilder, you can add the
+ option to
+ ./configure to restore the old behavior.
+
+