aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-20 03:22:55 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-20 03:25:34 +0200
commitdb2e095a426af515972dc7e75af80ff9e0f3eb28 (patch)
tree945d7958a7de3479c0a17a32b668adc5c7b54450 /manual
parent685250d7d6cc285be86e2c9e628449b51e08d489 (diff)
downloadqpdf-db2e095a426af515972dc7e75af80ff9e0f3eb28.tar.zst
Update release notes for upcoming 9.0.1 release
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index f9d87f41..d3cb2353 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4365,6 +4365,45 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>9.0.1: September XXX, 2019</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug Fixes/Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Fix some build and test issues on big-endian systems and
+ compilers with characters that are unsigned by default.
+ The problems were in build and test only. There were no
+ actual bugs in the qpdf library itself relating to
+ endianness or unsigned characters.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When a dictionary has a duplicated key, report this with a
+ warning. The behavior of the library in this case is
+ unchanged, but the error condition is no longer silently
+ ignored.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When a form field's display rectangle is erroneously
+ specified with inverted coordinates, detect and correct this
+ situation. This avoids some form fields from being flipped
+ when flattening annotations on files with this condition.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>9.0.0: August 31, 2019</term>
<listitem>
<itemizedlist>