aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:26 +0100
committerJay Berkenbilt <ejb@ql.org>2015-11-01 22:40:01 +0100
commite5abc789a26732552388fb9ca97985f8401327b1 (patch)
treeba7f56963e76d8246880b0c6b266aabae8de8ebb /TODO
parente06648830693e44855652d31a762607357442beb (diff)
downloadqpdf-e5abc789a26732552388fb9ca97985f8401327b1.tar.zst
Prepare 5.2.0 releaserelease-qpdf-5.2.0
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 7 insertions, 10 deletions
diff --git a/TODO b/TODO
index ef44b115..0ef02e03 100644
--- a/TODO
+++ b/TODO
@@ -53,18 +53,12 @@ Remove private methods that are there only for ABI compatibility
including extra QPDFWriter writeTrailer, writeXRefTable,
writeXRefStream.
+Remember that non-compatible changes to private methods still breaks
+ABI compatibility. See a3576a73593987b26cd3eff346f8f7c11f713cbd.
-5.2.0
-=====
-
- * Before release: remember to bump minor shared library version since
- new methods were added (even though private).
-
- * Figure out what about a3576a73593987b26cd3eff346f8f7c11f713cbd
- broke binary compatibility.
- * Implement automated testing for binary compatibility and add to
- release checklist.
+5.3.0
+=====
* Add method to push inheritable resources to a single page by
walking up and copying without overwrite. Above logic will also be
@@ -126,6 +120,9 @@ writeXRefStream.
General
=======
+ * Implement automated testing for binary compatibility and add to
+ release checklist.
+
* Figure out how to find Visual Studio in Windows registry and see if
I can get it to work with make so I can simplify creation of
Windows releases.