Commit db2e095a426af515972dc7e75af80ff9e0f3eb28
1 parent
685250d7
Update release notes for upcoming 9.0.1 release
Showing
3 changed files
with
42 additions
and
0 deletions
ChangeLog
| @@ -11,6 +11,8 @@ | @@ -11,6 +11,8 @@ | ||
| 11 | 11 | ||
| 12 | 2019-09-17 Jay Berkenbilt <ejb@ql.org> | 12 | 2019-09-17 Jay Berkenbilt <ejb@ql.org> |
| 13 | 13 | ||
| 14 | + * Fix a few integer warnings for big-endian systems. | ||
| 15 | + | ||
| 14 | * QIntC tests: don't assume char is signed. Fixes #361. | 16 | * QIntC tests: don't assume char is signed. Fixes #361. |
| 15 | 17 | ||
| 16 | 2019-08-31 Jay Berkenbilt <ejb@ql.org> | 18 | 2019-08-31 Jay Berkenbilt <ejb@ql.org> |
ispell-words
manual/qpdf-manual.xml
| @@ -4365,6 +4365,45 @@ print "\n"; | @@ -4365,6 +4365,45 @@ print "\n"; | ||
| 4365 | </para> | 4365 | </para> |
| 4366 | <variablelist> | 4366 | <variablelist> |
| 4367 | <varlistentry> | 4367 | <varlistentry> |
| 4368 | + <term>9.0.1: September XXX, 2019</term> | ||
| 4369 | + <listitem> | ||
| 4370 | + <itemizedlist> | ||
| 4371 | + <listitem> | ||
| 4372 | + <para> | ||
| 4373 | + Bug Fixes/Enhancements | ||
| 4374 | + </para> | ||
| 4375 | + <itemizedlist> | ||
| 4376 | + <listitem> | ||
| 4377 | + <para> | ||
| 4378 | + Fix some build and test issues on big-endian systems and | ||
| 4379 | + compilers with characters that are unsigned by default. | ||
| 4380 | + The problems were in build and test only. There were no | ||
| 4381 | + actual bugs in the qpdf library itself relating to | ||
| 4382 | + endianness or unsigned characters. | ||
| 4383 | + </para> | ||
| 4384 | + </listitem> | ||
| 4385 | + <listitem> | ||
| 4386 | + <para> | ||
| 4387 | + When a dictionary has a duplicated key, report this with a | ||
| 4388 | + warning. The behavior of the library in this case is | ||
| 4389 | + unchanged, but the error condition is no longer silently | ||
| 4390 | + ignored. | ||
| 4391 | + </para> | ||
| 4392 | + </listitem> | ||
| 4393 | + <listitem> | ||
| 4394 | + <para> | ||
| 4395 | + When a form field's display rectangle is erroneously | ||
| 4396 | + specified with inverted coordinates, detect and correct this | ||
| 4397 | + situation. This avoids some form fields from being flipped | ||
| 4398 | + when flattening annotations on files with this condition. | ||
| 4399 | + </para> | ||
| 4400 | + </listitem> | ||
| 4401 | + </itemizedlist> | ||
| 4402 | + </listitem> | ||
| 4403 | + </itemizedlist> | ||
| 4404 | + </listitem> | ||
| 4405 | + </varlistentry> | ||
| 4406 | + <varlistentry> | ||
| 4368 | <term>9.0.0: August 31, 2019</term> | 4407 | <term>9.0.0: August 31, 2019</term> |
| 4369 | <listitem> | 4408 | <listitem> |
| 4370 | <itemizedlist> | 4409 | <itemizedlist> |