Commit 253b1ef865988eddb1ade03a08885fe477636006

Authored by Jay Berkenbilt
1 parent 4efc915f

Add missing release notes

Showing 1 changed file with 37 additions and 0 deletions
manual/qpdf-manual.xml
@@ -2490,6 +2490,43 @@ print "\n"; @@ -2490,6 +2490,43 @@ print "\n";
2490 <filename>ChangeLog</filename> for a full list. 2490 <filename>ChangeLog</filename> for a full list.
2491 </para> 2491 </para>
2492 </listitem> 2492 </listitem>
  2493 + <listitem>
  2494 + <para>
  2495 + When building on a platform that supports ELF shared libraries
  2496 + (such as Linux), symbol versions are enabled by default. They
  2497 + can be disabled by passing
  2498 + <option>--disable-ld-version-script</option> to
  2499 + <command>./configure</command>.
  2500 + </para>
  2501 + </listitem>
  2502 + <listitem>
  2503 + <para>
  2504 + Image comparison tests are off by default now since they are
  2505 + not needed to verify a correct build or port of qpdf. They
  2506 + are needed only when changing the actual PDF output generated
  2507 + by qpdf. You should enable them if you are making deep
  2508 + changes to qpdf itself. See <filename>README</filename> for
  2509 + details.
  2510 + </para>
  2511 + </listitem>
  2512 + <listitem>
  2513 + <para>
  2514 + Large file tests are off by default but can be turned on with
  2515 + <command>./configure</command> or by setting an environment
  2516 + variable before running the test suite. See
  2517 + <filename>README</filename> for details.
  2518 + </para>
  2519 + </listitem>
  2520 + <listitem>
  2521 + <para>
  2522 + When qpdf's test suite fails, failures are not printed to the
  2523 + terminal anymore by default. Instead, find them in
  2524 + <filename>build/qtest.log</filename>. For packagers who are
  2525 + building with an autobuilder, you can add the
  2526 + <option>--enable-show-failed-test-output</option> option to
  2527 + <command>./configure</command> to restore the old behavior.
  2528 + </para>
  2529 + </listitem>
2493 </itemizedlist> 2530 </itemizedlist>
2494 </listitem> 2531 </listitem>
2495 </varlistentry> 2532 </varlistentry>