8
0
forked from pool/perl-PDF-API2

Accepting request 885397 from devel:languages:perl:autoupdate

- updated to 2.040
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.040     2021-04-13
      - Fix open() followed by stringify() resulting in a corrupt (mostly-empty)
        PDF, which was broken by changes in 2.039 (reported by Gareth Tunley).
      - [RT #134993] Calling open($filename) followed by saveas($same_filename)
        instead of update() resulted in a corrupt PDF in 2.039, which no longer
        reads the entire file into memory on open (reported by Marco Pessotto).
      - [RT #134957] Fix encoding of \n in a PDF string containing non-printable
        characters (reported by Stuart Henderson).
      - [RT #133131] Fix endianness of 64-bit numbers in cross-reference stream
        widths array (reported by Christopher Papademetrious, fix by Vadim Repin).

OBS-URL: https://build.opensuse.org/request/show/885397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=61
This commit is contained in:
2021-04-22 15:28:41 +00:00
committed by Git OBS Bridge
parent a26e3d0608
commit ae859da6e6
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 14 03:09:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.040
see /usr/share/doc/packages/perl-PDF-API2/Changes
2.040 2021-04-13
- Fix open() followed by stringify() resulting in a corrupt (mostly-empty)
PDF, which was broken by changes in 2.039 (reported by Gareth Tunley).
- [RT #134993] Calling open($filename) followed by saveas($same_filename)
instead of update() resulted in a corrupt PDF in 2.039, which no longer
reads the entire file into memory on open (reported by Marco Pessotto).
- [RT #134957] Fix encoding of \n in a PDF string containing non-printable
characters (reported by Stuart Henderson).
- [RT #133131] Fix endianness of 64-bit numbers in cross-reference stream
widths array (reported by Christopher Papademetrious, fix by Vadim Repin).
-------------------------------------------------------------------
Fri Mar 5 03:08:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>