summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-11-21 14:41:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-11-21 14:41:47 +0900
commit0e33d7633bfebfc262057f709ce1b3424a8279fe (patch)
treede11656117b88b3d5faf227803a2bd228d25f3ac /ChangeLog
parentfe2f7edeb63dd5eceb4cccf5ca279ade1a180319 (diff)
downloadqpdf-0e33d7633bfebfc262057f709ce1b3424a8279fe.tar.gz
qpdf-0e33d7633bfebfc262057f709ce1b3424a8279fe.tar.bz2
qpdf-0e33d7633bfebfc262057f709ce1b3424a8279fe.zip
Imported Upstream version 5.1.3
Change-Id: I2999d00a4139c16e47242fce3977d8d17ed02a36 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8816d6c..1e09c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2015-05-24 Jay Berkenbilt <ejb@ql.org>
+
+ * 5.1.3: release
+
+ * Bug fix: fix-qdf was not handling object streams with more than
+ 255 objects in them.
+
+ * Handle Microsoft crypt provider initialization properly for case
+ where no keys have been previously created, such as in a fresh
+ Windows installation.
+
+ * Include time.h in QUtil.hh for time_t
+
+2015-02-21 Jay Berkenbilt <ejb@ql.org>
+
+ * Detect loops in Pages structure. Thanks to Gynvael Coldwind and
+ Mateusz Jurczyk of the Google Security Team for providing a sample
+ file with this problem.
+
+ * Prevent buffer overrun when converting a password to an
+ encryption key. Thanks to Gynvael Coldwind and Mateusz Jurczyk of
+ the Google Security Team for providing a sample file with this
+ problem.
+
+ * Ensure that arguments to "R" when parsing the file are direct
+ objects before trying to resolve them. This prevents specially
+ crafted files from causing qpdf to crash with a stack overflow.
+ Thanks to Gynvael Coldwind and Mateusz Jurczyk of the Google
+ Security Team for providing a sample file with this problem.
+
+2014-12-01 Jay Berkenbilt <ejb@ql.org>
+
+ * Some broken PDF files lack the required /Type key for /Page and
+ /Pages nodes in the page dictionary. QPDF now uses other methods
+ to figure out what kind of node it is looking at so that it can
+ handle those files. Original reported at
+ https://bugs.launchpad.net/ubuntu/+source/qpdf/+bug/1397413
+
+2014-11-14 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: QPDFObjectHandle::getPageContents() no longer throws an
+ exception when called on a page that has no /Contents key in its
+ dictionary. This is allowed by the spec, and some software
+ packages generate files like this for pages that are blank in the
+ original.
+
2014-06-07 Jay Berkenbilt <ejb@ql.org>
* 5.1.2: release