summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-12-17 21:26:07 +0100
committerJay Berkenbilt <ejb@ql.org>2013-12-17 21:26:07 +0100
commit0b6127558d94a8b5ea1cdaca2c58e5b5a0cd1472 (patch)
tree7086bdfc46ab420a3d237e3cd6737af6d06745bf /manual
parent6067608d930fa7fc8eda40b72e1df328dbcb146e (diff)
downloadqpdf-0b6127558d94a8b5ea1cdaca2c58e5b5a0cd1472.tar.zst
Prepare 5.1.0 releaserelease-qpdf-5.1.0
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml41
1 files changed, 39 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 2cb6be5d..72a52a7f 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "5.0.1">
-<!ENTITY lastreleased "October 18, 2013">
+<!ENTITY swversion "5.1.0">
+<!ENTITY lastreleased "December 17, 2013">
]>
<book>
<bookinfo>
@@ -2666,6 +2666,43 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>5.1.0: December 17, 2013</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Added runtime option
+ (<function>QUtil::setRandomDataProvider</function>) to supply
+ your own random data provider. You can use this if you want
+ to avoid using the OS-provided secure random number generation
+ facility or stdlib's less secure version. See comments in
+ include/qpdf/QUtil.hh for details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fixed image comparison tests to not create 12-bit-per-pixel
+ images since some versions of tiffcmp have bugs in comparing
+ them in some cases. This increases the disk space required by
+ the image comparison tests, which are off by default anyway.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Introduce a number of small fixes for compilation on the
+ latest clang in MacOS and the latest Visual C++ in Windows.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Be able to handle broken files that end the xref table header
+ with a space instead of a newline.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>5.0.1: October 18, 2013</term>
<listitem>
<itemizedlist>