diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index cf59026..f3ad295 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -2,11 +2,21 @@ Mon Mar 17 13:13:14 UTC 2014 - coolo@suse.com - updated to 2.021 + - Fixed numerous bugs in the string parsing code, including the + one reported in [RT #63918] by Frank Doepper. -------------------------------------------------------------------- -Mon Mar 17 13:12:55 UTC 2014 - coolo@suse.com + - [RT #41049] Rewrote literal string parsing to prevent a stack + overflow due to an inefficient regex (reported by Sergei + Fetisov). -- updated to 2.020 + - [RT #91822] Fix compression of GIF images to ensure that output + codes don't exceed 12 bits (reported by Vadim Repin). + + - The RunLengthDecode filter didn't actually work. Its code has + been rewritten and now passes basic encoding and decoding tests. + + - Fix Code128 barcode switching from Code C to Code B in certain + cases (reported by Doru Petrescu). ------------------------------------------------------------------- Thu Aug 1 11:42:07 UTC 2013 - chris@computersalat.de