diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 88372c85..317ce04a 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4631,6 +4631,54 @@ print "\n"; For a detailed list of changes, please see the file ChangeLog in the source distribution. + + + 9.1.1: XXX, 2020 + + + + + Build/Packaging Changes + + + + + The fix-qdf program was converted from perl to C++. As such, + qpdf no longer has a runtime dependency on perl. + + + + + + + Library Enhancements + + + + + Added new helper routine + QUtil::call_main_from_wmain which + converts wchar_t 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 + + + + + Added new QUtil::read_lines_from_file + methods that take FILE* arguments and that + allow preservation of end-of-line characters. This also + fixes a bug where + QUtil::read_lines_from_file wouldn't + work properly with Unicode filenames. + + + + + + + + 9.1.0: November 17, 2019