I have released qpdf 11.1.0. This is a small bug-fix release. Other than one small fix to an error message, all the remaining changes are related to packaging and installation. I had to increment the minor version because one change was exporting a few symbols that were missing from the Windows DLL. On non-Windows platforms, there are no ABI changes relative to 11.0. For a full list of changes from previous releases, please see the release notes at https://qpdf.readthedocs.io/en/stable/release-notes.html. The release is available as always from https://github.com/qpdf/qpdf/releases/.
Note that starting with qpdf 11.0.0, I have changed the tagging convention for releases on github to vX.Y.Z, so this version is tagged v11.1.0. If you have automation around the old tagging structure (which was release-qpdf-X.Y.Z), you will have to update your code. I have no intention of changing this again in the foreseeable future. Why did I make this change? My old tagging convention was an ancient relic from a time when I used to release multiple packages from the same subversion repository and used to have other tags than "release", so I had a <package>-<action>-<version> tagging convention. There's no reason for this now, so I decided it was time to adopt the more common convention of vX.Y.Z, particularly as some systems automatically recognize these as releases. I apologize for the inconvenience, but I figured this was the best time given the number of changes in qpdf 11.
--Jay |