summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 13:58:44 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 14:00:35 +0200
commited6a56a3cdb7fcaa41d87bf90bc0b8c7ef0d761c (patch)
tree63444f2369f92fffc48dd62cc82fb1f905fa5ca9 /ChangeLog
parent91d175452d851776c98ca1ac46fec423a6926389 (diff)
downloadqpdf-ed6a56a3cdb7fcaa41d87bf90bc0b8c7ef0d761c.tar.zst
add ChangeLog entries for previous work
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dafda61..5ca2d81b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2012-06-20 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new array mutation routines to QPDFObjectHandle.
+ Implemented by Tobias Hoffner.
+
+ * Rework APIs that use size_t, off_t, and primative integer types
+ so that size_t is used for sizes of memory and off_t is used for
+ file offsets. Also set _FILE_OFFSET_BITS so that large files can
+ be supported on 32-bit UNIX/Linux platforms. The code assumes in
+ places that sizeof(off_t) >= sizeof(size_t). This resulted in
+ non-compatible ABI changes and hopefully clears the way for QPDF
+ to work with files that are larger than 4 GiB in size.
+
+ * Add support for versioned symbols on ELF platforms.
+
+ * Various fixes for gcc 4.7
+
+2011-04-06 Jay Berkenbilt <ejb@ql.org>
+
+ * Fix PCRE to stop using deprecated (and now dropped) interfaces.
+
2011-12-28 Jay Berkenbilt <ejb@ql.org>
* 2.3.1: release