aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-09 17:48:26 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-09 17:48:26 +0200
commit821a70185135df50a28ad92733f82fbe5b562556 (patch)
treec58d7fcf7990f3dfee7d2cb848f4f3e2383a67e1 /manual
parent0c1122a729db2863b49bd4c4252a8997a0d4c787 (diff)
downloadqpdf-821a70185135df50a28ad92733f82fbe5b562556.tar.zst
Prepare 10.0.1 releaserelease-qpdf-10.0.1
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml46
1 files changed, 44 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 76276dd0..48262e70 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 "10.0.0">
-<!ENTITY lastreleased "April 6, 2020">
+<!ENTITY swversion "10.0.1">
+<!ENTITY lastreleased "April 9, 2020">
]>
<book>
<bookinfo>
@@ -4769,6 +4769,48 @@ print "\n";
</varlistentry>
-->
<varlistentry>
+ <term>10.0.1: April 9, 2020</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug Fixes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ 10.0.0 introduced a bug in which calling
+ <function>QPDFObjectHandle::getStreamData</function> on a
+ stream that can't be filtered was returning the raw data
+ instead of throwing an exception. This is now fixed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix a bug that was preventing qpdf from linking with some
+ versions of clang on some platforms.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
+ Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Improve the <filename>pdf-invert-images</filename> example
+ to avoid having to load all the images into RAM at the same
+ time.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>10.0.0: April 6, 2020</term>
<listitem>
<itemizedlist>