2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 19:08:24 +00:00

Start list of ABI changes for qpdf 10

This commit is contained in:
Jay Berkenbilt 2019-11-09 11:15:09 -05:00
parent e5cec314bc
commit b997fa5343

9
TODO
View File

@ -7,6 +7,15 @@ Fuzz Errors
* Problems inside the jpeg library: 15470, 15751, 18633
* Timeout: 17630
ABI Changes
===========
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
* QPDFPageObjectHelper::placeFormXObject: name should be std::string
const& (issue #374)
C++-11
======