From 5c8d5b1a6cf6202925a5915c8b5a256a3578fa6c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 Jun 2012 15:32:48 -0400 Subject: [PATCH] Update ChangeLog for previous fixes --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c3fbbcd..100c6f04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-06-24 Jay Berkenbilt + + * Support PDF files larger than 4 GB. This involved many changes + to the ABI to increase the size of integer types used in various + places as well as increasing the amount of padding used when + creating linearized files. Automated tests for large files are + disabled by default. Run ./configure --help for information on + enabling them. Running the tests requires 11 GB of free disk + space and takes several minutes. + 2012-06-22 Jay Berkenbilt * examples/pdf-create.cc: Provide an example of creating a PDF