Begin release notes for 9.1.1

This commit is contained in:
Jay Berkenbilt 2020-01-14 11:53:37 -05:00
parent 388990f7bc
commit 73a0e3a932
1 changed files with 48 additions and 0 deletions

View File

@ -4631,6 +4631,54 @@ print "\n";
For a detailed list of changes, please see the file
<filename>ChangeLog</filename> in the source distribution.
</para>
<variablelist>
<varlistentry>
<term>9.1.1: XXX, 2020</term>
<listitem>
<itemizedlist>
<listitem>
<para>
Build/Packaging Changes
</para>
<itemizedlist>
<listitem>
<para>
The fix-qdf program was converted from perl to C++. As such,
qpdf no longer has a runtime dependency on perl.
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
Library Enhancements
</para>
<itemizedlist>
<listitem>
<para>
Added new helper routine
<function>QUtil::call_main_from_wmain</function> which
converts <type>wchar_t</type> arguments to UTF-8 encoded
strings. This is useful for qpdf because library methods
expect file names to be UTF-8 encoded, even on Windows
</para>
</listitem>
<listitem>
<para>
Added new <function>QUtil::read_lines_from_file</function>
methods that take <type>FILE*</type> arguments and that
allow preservation of end-of-line characters. This also
fixes a bug where
<function>QUtil::read_lines_from_file</function> wouldn't
work properly with Unicode filenames.
</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>9.1.0: November 17, 2019</term>