aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-09-24 22:47:10 +0200
committerJay Berkenbilt <ejb@ql.org>2010-09-24 22:47:10 +0200
commit88706995c88eae3c5eff4b069c23a73a09f72200 (patch)
tree780de5fbcb09dd57294d8a9833f7803456789928 /ChangeLog
parenta7e269537d8f4b33d1bc8a5a83c53432db9b7560 (diff)
downloadqpdf-88706995c88eae3c5eff4b069c23a73a09f72200.tar.zst
update
git-svn-id: svn+q:///qpdf/trunk@1032 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 083ed314..0b818a5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-24 Jay Berkenbilt <ejb@ql.org>
+
+ * libqpdf/QPDF.cc: change private "file" method to be a
+ PointerHolder<InputSource> to prepare qpdf for being able to work
+ with PDF files loaded into memory in addition to working with
+ files on disk.
+
+ * include/qpdf/PointerHolder.hh: add operator* and operator->
+ methods so that PointerHolder objects can be used like pointers.
+ This is consistent with the smart pointer objects in the next
+ revision of C++.
+
2010-09-05 Jay Berkenbilt <ejb@ql.org>
* libqpdf/QPDF.cc (readObjectInternal): Recognize empty objects