From eb481eb698947d88be0724e84f518a70a0468cc9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 5 Feb 2022 15:32:53 -0500 Subject: Prepare release notes for 10.6 (so far) --- TODO | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf