I have released qpdf 11.1.1. This is a bug-fix release which contains a few minor fixes and a few performance enhancements. As always, releases are at https://github.com/qpdf/qpdf/releases, and release notes are at https://qpdf.readthedocs.io/en/stable/release-notes.html.
This is expected to be the last qpdf release to be buildable with C++-14. Starting with 11.2, C++-17 will be required. Most C++ compilers released in the last 3 or 4 years have good support for C++-17, and it has been the default with MSVC, clang, and g++ for a while. There are a few performance improvements and enhancement requests that will be much more practical with C++-17.
--Jay |