summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-10-01 13:02:35 +0200
committerJay Berkenbilt <ejb@ql.org>2010-10-01 13:02:35 +0200
commita72ce95c922228e624e47bb43a68c55a9dd8eab2 (patch)
tree3cd7b813c04d604736919de140fbfdc452b54097 /TODO
parent9f444ffef3c11201d0a460b14b6234d3319ce861 (diff)
downloadqpdf-a72ce95c922228e624e47bb43a68c55a9dd8eab2.tar.zst
setOutputStreams
git-svn-id: svn+q:///qpdf/trunk@1035 71b93d88-0707-0410-a8cf-f5a4172ac649
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.