aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 21:32:53 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 21:41:22 +0100
commiteb481eb698947d88be0724e84f518a70a0468cc9 (patch)
tree45fb1acb4c16ab0e9c30780af885fd0d7994db1a /TODO
parentc95f02115c11c1dd16eec6cc806ba2788d9b39bc (diff)
downloadqpdf-eb481eb698947d88be0724e84f518a70a0468cc9.tar.zst
Prepare release notes for 10.6 (so far)
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 3 insertions, 9 deletions
diff --git a/TODO b/TODO
index 12984fb9..b4cf14d6 100644
--- a/TODO
+++ b/TODO
@@ -9,15 +9,6 @@
make qpdf more contributor-friendly. Look
https://bestpractices.coreinfrastructure.org/en
-* Remember for release notes: starting in qpdf 11, the default value
- for the --json keyword will be "latest". If you are depending on
- version 1, change your code to specify --json=1, which works
- starting with 10.6.0.
-
-* Write up something about preparing for the PointerHolder to
- shared_ptr migration. Clearly document the deprecations and how to
- deal with them.
-
Output JSON v2
==============
@@ -332,6 +323,9 @@ Other notes:
PointerHolder to std::shared_ptr
================================
+Remember to update the smart-pointers section of the manual in
+design.rst.
+
Once all deprecation warnings are cleared up (changing getPointer() to
get() and getRefcount() to use_count()), the only real issues are that
implicit assignment of a pointer to a shared_ptr doesn't work while it