Commit 5c8d5b1a6cf6202925a5915c8b5a256a3578fa6c

Authored by Jay Berkenbilt
1 parent 47fe2855

Update ChangeLog for previous fixes

Showing 1 changed file with 10 additions and 0 deletions
ChangeLog
  1 +2012-06-24 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * Support PDF files larger than 4 GB. This involved many changes
  4 + to the ABI to increase the size of integer types used in various
  5 + places as well as increasing the amount of padding used when
  6 + creating linearized files. Automated tests for large files are
  7 + disabled by default. Run ./configure --help for information on
  8 + enabling them. Running the tests requires 11 GB of free disk
  9 + space and takes several minutes.
  10 +
1 2012-06-22 Jay Berkenbilt <ejb@ql.org> 11 2012-06-22 Jay Berkenbilt <ejb@ql.org>
2 12
3 * examples/pdf-create.cc: Provide an example of creating a PDF 13 * examples/pdf-create.cc: Provide an example of creating a PDF