8
0
forked from pool/perl-PDF-API2

Accepting request 712557 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/712557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=49
This commit is contained in:
Stephan Kulow
2019-07-02 05:36:02 +00:00
committed by Git OBS Bridge
parent e5ff14563c
commit 1d3e64f742
4 changed files with 48 additions and 12 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Jun 30 05:21:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.034
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.034 2019-06-29
- SUPPORTED PERL VERSIONS: Starting with this release, PDF::API2 will
support major Perl versions released in the past six years, plus the major
release before that one. This should provide backward compatibility for
the life of most LTS server distributions, while eliminating the need to
troubleshoot warnings and bugs that only show up in increasingly-ancient
versions of Perl.
For this release, it means that the minimum supported Perl is 5.18, which
was first released on 2013-05-18.
- Add support for cross-reference streams using 64-bit field widths.
- When the utf8 flag is set for a PDF string, automatically encode it as
UCS-16BE instead of requiring a separate flag to be set in the PDF object.
This resolves [RT #33497] and [RT #117031] in addition to making the code
easier to maintain.
- [RT #126274] Fix alignment when using UniFont with text_center or
text_right when all characters are in the same block.
- [RT #121911] Fix adding pages to a document structure with nested Pages
elements. This included a fairly substantial rewrite of the relevant
code, so please report any new bugs related to adding pages (report and
troubleshooting by Vadim Repin).
- Renamed pdfile() to pdf_file() in PDF::API2::Annotation and
PDF::API2::Outline. The old name continues to work, but is deprecated.
-------------------------------------------------------------------
Wed Jul 12 05:55:04 UTC 2017 - coolo@suse.com