Commit 73a0e3a9323123feb4f6edaead565def0dc3d818
1 parent
388990f7
Begin release notes for 9.1.1
Showing
1 changed file
with
48 additions
and
0 deletions
manual/qpdf-manual.xml
| @@ -4633,6 +4633,54 @@ print "\n"; | @@ -4633,6 +4633,54 @@ print "\n"; | ||
| 4633 | </para> | 4633 | </para> |
| 4634 | <variablelist> | 4634 | <variablelist> |
| 4635 | <varlistentry> | 4635 | <varlistentry> |
| 4636 | + <term>9.1.1: XXX, 2020</term> | ||
| 4637 | + <listitem> | ||
| 4638 | + <itemizedlist> | ||
| 4639 | + <listitem> | ||
| 4640 | + <para> | ||
| 4641 | + Build/Packaging Changes | ||
| 4642 | + </para> | ||
| 4643 | + <itemizedlist> | ||
| 4644 | + <listitem> | ||
| 4645 | + <para> | ||
| 4646 | + The fix-qdf program was converted from perl to C++. As such, | ||
| 4647 | + qpdf no longer has a runtime dependency on perl. | ||
| 4648 | + </para> | ||
| 4649 | + </listitem> | ||
| 4650 | + </itemizedlist> | ||
| 4651 | + </listitem> | ||
| 4652 | + <listitem> | ||
| 4653 | + <para> | ||
| 4654 | + Library Enhancements | ||
| 4655 | + </para> | ||
| 4656 | + <itemizedlist> | ||
| 4657 | + <listitem> | ||
| 4658 | + <para> | ||
| 4659 | + Added new helper routine | ||
| 4660 | + <function>QUtil::call_main_from_wmain</function> which | ||
| 4661 | + converts <type>wchar_t</type> arguments to UTF-8 encoded | ||
| 4662 | + strings. This is useful for qpdf because library methods | ||
| 4663 | + expect file names to be UTF-8 encoded, even on Windows | ||
| 4664 | + </para> | ||
| 4665 | + </listitem> | ||
| 4666 | + <listitem> | ||
| 4667 | + <para> | ||
| 4668 | + Added new <function>QUtil::read_lines_from_file</function> | ||
| 4669 | + methods that take <type>FILE*</type> arguments and that | ||
| 4670 | + allow preservation of end-of-line characters. This also | ||
| 4671 | + fixes a bug where | ||
| 4672 | + <function>QUtil::read_lines_from_file</function> wouldn't | ||
| 4673 | + work properly with Unicode filenames. | ||
| 4674 | + </para> | ||
| 4675 | + </listitem> | ||
| 4676 | + </itemizedlist> | ||
| 4677 | + </listitem> | ||
| 4678 | + </itemizedlist> | ||
| 4679 | + </listitem> | ||
| 4680 | + </varlistentry> | ||
| 4681 | + </variablelist> | ||
| 4682 | + <variablelist> | ||
| 4683 | + <varlistentry> | ||
| 4636 | <term>9.1.0: November 17, 2019</term> | 4684 | <term>9.1.0: November 17, 2019</term> |
| 4637 | <listitem> | 4685 | <listitem> |
| 4638 | <itemizedlist> | 4686 | <itemizedlist> |