summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-06-15 03:36:22 +0200
committerJay Berkenbilt <ejb@ql.org>2013-06-15 03:36:22 +0200
commita1d5a3e916a23ae22ee65b05df1789435a72d67c (patch)
treed1bcd977fa1baf221ac2d79d1ec8b812f0f1da10
parent16051788ed6a8209aadff619b586eac86543b4f9 (diff)
downloadqpdf-a1d5a3e916a23ae22ee65b05df1789435a72d67c.tar.zst
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.
-rw-r--r--TODO28
1 files changed, 24 insertions, 4 deletions
diff --git a/TODO b/TODO
index 56195c71..d68e3802 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,18 @@
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
when writing out a file.
@@ -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