summaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-29 21:34:51 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-29 21:34:51 +0200
commit253b1ef865988eddb1ade03a08885fe477636006 (patch)
tree43c64b1b9add1c9321b3d7874ed2475f11fb94e8 /manual/qpdf-manual.xml
parent4efc915fc1ce3985e07acbdc5a1b42dfaaa845af (diff)
downloadqpdf-253b1ef865988eddb1ade03a08885fe477636006.tar.zst
Add missing release notesrelease-qpdf-3.0.rc1
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml37
1 files changed, 37 insertions, 0 deletions
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";
<filename>ChangeLog</filename> for a full list.
</para>
</listitem>
+ <listitem>
+ <para>
+ 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
+ <option>--disable-ld-version-script</option> to
+ <command>./configure</command>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ 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 <filename>README</filename> for
+ details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Large file tests are off by default but can be turned on with
+ <command>./configure</command> or by setting an environment
+ variable before running the test suite. See
+ <filename>README</filename> for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When qpdf's test suite fails, failures are not printed to the
+ terminal anymore by default. Instead, find them in
+ <filename>build/qtest.log</filename>. For packagers who are
+ building with an autobuilder, you can add the
+ <option>--enable-show-failed-test-output</option> option to
+ <command>./configure</command> to restore the old behavior.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</varlistentry>