Commit b997fa5343ea42054338b9143b3205cb6c164e6e

Authored by Jay Berkenbilt
1 parent e5cec314

Start list of ABI changes for qpdf 10

Showing 1 changed file with 9 additions and 0 deletions
@@ -7,6 +7,15 @@ Fuzz Errors @@ -7,6 +7,15 @@ Fuzz Errors
7 * Problems inside the jpeg library: 15470, 15751, 18633 7 * Problems inside the jpeg library: 15470, 15751, 18633
8 * Timeout: 17630 8 * Timeout: 17630
9 9
  10 +ABI Changes
  11 +===========
  12 +
  13 +This is a list of changes to make next time there is an ABI change.
  14 +Comments appear in the code prefixed by "ABI"
  15 +
  16 +* QPDFPageObjectHelper::placeFormXObject: name should be std::string
  17 + const& (issue #374)
  18 +
10 C++-11 19 C++-11
11 ====== 20 ======
12 21