From 73a0e3a9323123feb4f6edaead565def0dc3d818 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 14 Jan 2020 11:53:37 -0500 Subject: Begin release notes for 9.1.1 --- manual/qpdf-manual.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'manual') 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 -- cgit v1.2.3-54-g00ecf