Updated to 1.58

1.58  28 May 2012
      Many thanks for Vadim Repin for numerous excellent bug reports!
      [FIXES]
      - Appended pdf revisions incorrectly incremented object generation numbers
        https://rt.cpan.org/Ticket/Display.html?id=76513
      - Appending pdf revisions was broken for non-linearized PDFs
        https://rt.cpan.org/Ticket/Display.html?id=76514
      - Allow multiple "startxref" statements in the last 1024 bytes -- unlikely, but possible
        https://rt.cpan.org/Ticket/Display.html?id=77508
      - Allow whitespace at the beginning of an indirect object (I think the PDF spec is
        ambiguous about this)
        https://rt.cpan.org/Ticket/Display.html?id=76512
      - Allow backspace character
        https://rt.cpan.org/Ticket/Display.html?id=76151
      [DOCUMENTATION]
      - mention $pdf->setPageContent($pagenum, $tree->toString());
        Leo Lapworth and http://cpanforum.com/posts/13228
This commit is contained in:
rhaen 2013-01-27 10:31:19 +00:00
parent 3363d807f9
commit 8148041e0f
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.13 2012/10/25 06:56:10 asau Exp $
# $NetBSD: Makefile,v 1.14 2013/01/27 10:31:19 rhaen Exp $
#
DISTNAME= CAM-PDF-1.57
DISTNAME= CAM-PDF-1.58
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/05/09 19:18:54 rhaen Exp $
$NetBSD: distinfo,v 1.7 2013/01/27 10:31:19 rhaen Exp $
SHA1 (CAM-PDF-1.57.tar.gz) = 938f31bcc294976cea57e089cf2e52cb859d2c32
RMD160 (CAM-PDF-1.57.tar.gz) = bf8204bef58ae937cb68fe3d7f41ed2ad0d07e41
Size (CAM-PDF-1.57.tar.gz) = 766670 bytes
SHA1 (CAM-PDF-1.58.tar.gz) = 1f7dee821e249787add3c79ed56a599072441e94
RMD160 (CAM-PDF-1.58.tar.gz) = e2b7c5cc8c0b0f4830d6e6a8b424247bac240c08
Size (CAM-PDF-1.58.tar.gz) = 767167 bytes