summaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2014-06-07 22:37:13 +0200
committerJay Berkenbilt <ejb@ql.org>2014-06-07 23:16:52 +0200
commit4071db59aa475b42ba4db71462ab4f83b4bd2132 (patch)
tree278655948d9de5faa651dfbfd09c72b880ceaa68 /manual/qpdf-manual.xml
parent3c5e602a1eefd4e9f81bb08179b85420e6b4f708 (diff)
downloadqpdf-684231619dfa0d5ebc640227b9c7e0fd3a6b0bdb.tar.zst
Prepare 5.1.2 releaserelease-qpdf-5.1.2
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml40
1 files changed, 38 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 5f39892a..27dec9ff 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.1.1">
-<!ENTITY lastreleased "December 17, 2014">
+<!ENTITY swversion "5.1.2">
+<!ENTITY lastreleased "June 7, 2014">
]>
<book>
<bookinfo>
@@ -2666,6 +2666,42 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>5.1.2: June 7, 2014</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug fix: linearizing files could create a corrupted output
+ file under extremely unlikely file size circumstances. See
+ ChangeLog for details. The odds of getting hit by this are
+ very low, though one person did.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Bug fix: qpdf would fail to write files that had streams with
+ decode parameters referencing other streams.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New example program: <command>pdf-split-pages</command>:
+ efficiently split PDF files into individual pages. The example
+ program does this more efficiently than using <command>qpdf
+ --pages</command> to do it.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Packaging fix: Visual C++ binaries did not support Windows XP.
+ This has been rectified by updating the compilers used to
+ generate the release binaries.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>5.1.1: January 14, 2014</term>
<listitem>
<itemizedlist>