8
0
forked from pool/perl-PDF-API2

Accepting request 456803 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=44
This commit is contained in:
Stephan Kulow
2017-02-13 18:39:10 +00:00
committed by Git OBS Bridge
parent cf45acea2c
commit 287f427b37
4 changed files with 39 additions and 7 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Feb 13 12:42:36 UTC 2017 - coolo@suse.com
- updated to 2.031
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.031 2017-01-26
- Fix use of cache files when reading streams: temp files will now
be used any time a stream is larger than 16MB (by default).
Formerly, due to a bug, they would only be created when a 4kB
chunk of a stream increased to 16kB or more after being
decompressed.
- Numbers, booleans, and null values can now be read from object
streams.
- Update to [RT #113290]: Objects inside a large object stream are
now read without loading the entire object stream into memory.
- DEPRECATION: The low-level new_api methods have been deprecated
in favor of calling new directly. If your code uses
new_api($api2, ...), replace it with new($api2->{'pdf'}, ...).
- [RT #118352] Don't crash when adding an annotation to a page
that has an existing annotations array stored as an indirect
object (reported by Johan Vromans).
- [RT #118717] Die with an informative error if a file can't be
opened during open() or saveas() (reported by Johan Vromans).
-------------------------------------------------------------------
Fri Oct 14 06:02:53 UTC 2016 - coolo@suse.com