aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c422f144..2d6a4b44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-06-21 Jay Berkenbilt <ejb@ql.org>
+ * Instead of using off_t in the public APIs, use qpdf_offset_t
+ instead. This is defined as long long in qpdf/Types.h. If your
+ system doesn't support long long, you can redefine it.
+
* Add pkg-config files
* QPDFObjectHandle: add shallowCopy() method