aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent9f444ffef3c11201d0a460b14b6234d3319ce861 (diff)
downloadqpdf-a72ce95c922228e624e47bb43a68c55a9dd8eab2.tar.zst
setOutputStreams
git-svn-id: svn+q:///qpdf/trunk@1035 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be0163cb..8474f68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-10-01 Jay Berkenbilt <ejb@ql.org>
+ * include/qpdf/QPDF.hh: Add setOutputStreams method to allow
+ redirection of library-generated output/error to alternative
+ streams.
+
* include/qpdf/QPDF.hh: Add processMemoryFile method for
processing a PDF file from a memory buffer instead of a file.