From 253b1ef865988eddb1ade03a08885fe477636006 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 29 Jul 2012 15:34:51 -0400 Subject: Add missing release notes --- manual/qpdf-manual.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index e6671d9f..fc6b0ecb 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. + + -- cgit v1.2.3-54-g00ecf