2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

Update release notes for upcoming 9.0.1 release

This commit is contained in:
Jay Berkenbilt 2019-09-19 21:22:55 -04:00
parent 685250d7d6
commit db2e095a42
3 changed files with 42 additions and 0 deletions

View File

@ -11,6 +11,8 @@
2019-09-17 Jay Berkenbilt <ejb@ql.org> 2019-09-17 Jay Berkenbilt <ejb@ql.org>
* Fix a few integer warnings for big-endian systems.
* QIntC tests: don't assume char is signed. Fixes #361. * QIntC tests: don't assume char is signed. Fixes #361.
2019-08-31 Jay Berkenbilt <ejb@ql.org> 2019-08-31 Jay Berkenbilt <ejb@ql.org>

View File

@ -575,6 +575,7 @@ EncryptionData
EncryptionParameters EncryptionParameters
EncryptMetadata EncryptMetadata
endian endian
endianness
endif endif
endl endl
endobj endobj

View File

@ -4364,6 +4364,45 @@ print "\n";
<filename>ChangeLog</filename> in the source distribution. <filename>ChangeLog</filename> in the source distribution.
</para> </para>
<variablelist> <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> <varlistentry>
<term>9.0.0: August 31, 2019</term> <term>9.0.0: August 31, 2019</term>
<listitem> <listitem>