Commit ed6a56a3cdb7fcaa41d87bf90bc0b8c7ef0d761c

Authored by Jay Berkenbilt
1 parent 91d17545

add ChangeLog entries for previous work

Showing 1 changed file with 21 additions and 0 deletions
ChangeLog
  1 +2012-06-20 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * Add new array mutation routines to QPDFObjectHandle.
  4 + Implemented by Tobias Hoffner.
  5 +
  6 + * Rework APIs that use size_t, off_t, and primative integer types
  7 + so that size_t is used for sizes of memory and off_t is used for
  8 + file offsets. Also set _FILE_OFFSET_BITS so that large files can
  9 + be supported on 32-bit UNIX/Linux platforms. The code assumes in
  10 + places that sizeof(off_t) >= sizeof(size_t). This resulted in
  11 + non-compatible ABI changes and hopefully clears the way for QPDF
  12 + to work with files that are larger than 4 GiB in size.
  13 +
  14 + * Add support for versioned symbols on ELF platforms.
  15 +
  16 + * Various fixes for gcc 4.7
  17 +
  18 +2011-04-06 Jay Berkenbilt <ejb@ql.org>
  19 +
  20 + * Fix PCRE to stop using deprecated (and now dropped) interfaces.
  21 +
1 22 2011-12-28 Jay Berkenbilt <ejb@ql.org>
2 23  
3 24 * 2.3.1: release
... ...