2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00

Retarget some items for 4.2.0 and 4.3.0

Bug fixes for 4.2.0 force additional interfaces, so move most of the
4.2.0 items to 4.3.0.
This commit is contained in:
Jay Berkenbilt 2013-06-14 21:36:22 -04:00
parent 16051788ed
commit a1d5a3e916

28
TODO
View File

@ -1,4 +1,16 @@
4.2.0
=====
* New interfaces have been added.
* Suggestion from user: allow merging entire files without specifying
1-z as page number, e.g., qpdf --empty --pages a*.pdf -- b.pdf
* Suggestion from a user: add an command-line option to show the
number of pages.
4.3.0
=====
* Provide an option for QPDFWriter to preserve unreferenced objects
@ -42,11 +54,19 @@
- See ../misc/broken-files
* Suggestion from user: allow merging entire files without specifying
1-z as page number, e.g., qpdf --empty --pages a*.pdf -- b.pdf
* Suggestion from a user: add an command-line option to show the
number of pages.
Next ABI change
===============
* Remove QPDF::getCompressibleObjects()
* For public QPDF methods that are only public so QPDFWriter can
call them, make them private and provide a nested caller class with
QPDFWriter as a friend for access just like is being done now for
some other methods. This will reduce the risk that future changes
in the interface between QPDFWriter and QPDF will result in
breaking ABI changes.
General