8
0
forked from pool/perl-PDF-API2

Accepting request 507676 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/507676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=46
This commit is contained in:
Stephan Kulow
2017-07-11 09:50:06 +00:00
committed by Git OBS Bridge
parent 287f427b37
commit 2c0c637fdf
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jul 3 06:02:35 UTC 2017 - coolo@suse.com
- updated to 2.032
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.032 2017-07-02
- PDF::API2 has many circular references, and the end() method
doesn't clear them all, so memory is leaked. This release uses
Scalar::Util's weaken() function to improve garbage collection.
A significant number of circular references have been weakened,
though many likely still remain.
- [RT #120756] Eliminate a warning for an ambiguous call to
CORE::open (first reported by Abdelbaki Brahmia).
- $text->text_justified() and $text->text_fill_justified() now
adjust the space between words rather than stretching individual
characters in order to get the text to fit.
- [RT #120397] Indirect references and indirect objects can have
comments embedded in their whitespace, and their object number
and generation may be split across multiple lines, which may not
all be buffered (reported by SPROUT).
- [RT #120450] Fix PDF::API2->open($filename)->stringify()
(reported by SPROUT).
- Fix an off-by-one error when calculating text width while
charspace is non-zero.
- [RT #120048] Fix PDF::API2->synfont() (broken in 2.029, fixed by Vadim
Repin) and add basic testing.
-------------------------------------------------------------------
Mon Feb 13 12:42:36 UTC 2017 - coolo@suse.com