aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-27 16:18:29 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-27 16:20:50 +0200
commita167ce8120e171308b2388b1c50dd8cc7d007f84 (patch)
tree4e39e344b8c7b09a7704d2c155f092ff1b418b43 /ChangeLog
parentd6cb2b94187d5abc7d8f7f595ed42d6739bbfcd5 (diff)
downloadqpdf-a167ce8120e171308b2388b1c50dd8cc7d007f84.tar.zst
Update ChangeLog and TODO
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 100c6f04..08ff6209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2012-06-27 Jay Berkenbilt <ejb@ql.org>
+
+ * Add Pl_Concatenate pipeline for stream concatenation also
+ implemented by Tobias Hoffmann. Also added test code
+ (libtests/concatenate.cc).
+
+ * Add new methods implemented by Tobias Hoffmann:
+ QPDFObjectHandle::newReal(double) and
+ QPDFObjectHandle::newStream(QPDF*, std::string const&).
+
+2012-06-26 Jay Berkenbilt <ejb@ql.org>
+
+ * Minor changes so that support for PDF files larger than 4GB
+ works well with 32-bit and 64-bit Linux and also with 32-bit and
+ 64-bit Windows with both MSVC and mingw.
+
+ * Rework internal methods for doing recovery of the cross
+ reference tables for much greater efficiency both in terms of time
+ and memory usage.
+
2012-06-24 Jay Berkenbilt <ejb@ql.org>
* Support PDF files larger than 4 GB. This involved many changes