8
0
forked from pool/perl-PDF-API2

Accepting request 1113736 from devel:languages:perl:autoupdate

- updated to 2.045
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.045     2023-09-25
      - Fixed documentation error in synopsis for QR codes.
      - Fixed date validation when timezone offset minute contains a trailing
        apostrophe, which is required by the Adobe PDF specifications and
        prohibited by the ISO PDF specifications.  PDF::API2 now accepts either
        version as valid (report by Johan Vromans).
      - Fixed passing a GD object to $pdf->image() (reported by Hakon Hagland).
      - Fixed a crash when object numbers contain leading zeroes.

OBS-URL: https://build.opensuse.org/request/show/1113736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=68
This commit is contained in:
2023-09-28 10:54:51 +00:00
committed by Git OBS Bridge
parent 66bb6c94a4
commit 353ba5856d
4 changed files with 129 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Sep 26 03:07:19 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.045
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.045 2023-09-25
- Fixed documentation error in synopsis for QR codes.
- Fixed date validation when timezone offset minute contains a trailing
apostrophe, which is required by the Adobe PDF specifications and
prohibited by the ISO PDF specifications. PDF::API2 now accepts either
version as valid (report by Johan Vromans).
- Fixed passing a GD object to $pdf->image() (reported by Hakon Hagland).
- Fixed a crash when object numbers contain leading zeroes.
-------------------------------------------------------------------
Thu Nov 17 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>