summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index d3c25152..1542fbe7 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
-General
-=======
+2.2.1
+=====
+
+ * Remove cerr and cout from QPDF*.cc
* QPDF::checkLinearization writes things to std::cout, which makes it
hard for GUIs that want to display the result. Go through all
@@ -12,6 +14,10 @@ General
rethrow if needed. The old version should call the ostream version
with std::cout.
+
+General
+=======
+
* In general, take a fresh look at private methods to see which, if
any, should be protected.