2013-01-27 11:31:19 by Ulrich Habel | Files touched by this commit (2) |
Log message:
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
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-05-09 21:18:54 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Changes:
1.57 17 Dec 2011
[FIXES]
- Test for undef streams instead of truth, to allow streams like '' or '0'
Thanks to Thorsten Schwander for the patch
- Failed to parse PDF 1.5 cross reference streams where a
1024-byte boundary happened to fall between "endstream" and
"endobj" do to a logic error.
Thanks to Thorsten Schwander for the report and fix suggestion
1.56 13 Dec 2011
[FIXES]
- Workaround for corrupt PDFs that have 'n' records in their index that \
point to byte zero
of the file. Silently treat those as 'f' records. Yet another case of \
Acrobat supporting
broken PDFs, so the rest of us have to support them too...
Thanks to Mark Hunnibell for a sample PDF that demonstrated the problem
|
2012-02-07 07:42:48 by Steven Drake | Files touched by this commit (1) |
Log message:
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
|
2011-11-12 01:43:56 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-CAM-PDF to 1.55.
Changes from previous:
1.55 22 Jun 2011
[FIXES]
Performance enhancement saving large files
https://rt.cpan.org/Ticket/Display.html?id=69021
Thanks to David Porter of Audacitas Limited for the patch
1.54 26 Mar 2011
[FIXES]
- appendPDF was broken intermittently if appended doc was bigger than main doc
Thanks to Charlie Katz for a sample PDF
http://chrisdolan.net/talk/2011/03/26/cam-pdf-fixes-appendpdf-bug/
1.53 25 Mar 2011
[FIXES]
- Handle PDF 1.5 case where "endstream" token crosses a \
1024-byte boundary
Thanks to Charlie Katz for a sample PDF
- Allow whitespace after the 'stream' token for better interoperability
http://rt.cpan.org/Ticket/Display.html?id=42819
Credit to Vonne 'Robert' Bannavong
- Fix broken crunchjpgs.pl, patch submitted by George Greer
- Tolerate leading zeros on objnums and gennums
http://www.cpanforum.com/posts/11494
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2008-11-11 10:22:10 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 1.52
Changelog:
1.52 02 Oct 2008
[FIXES]
- Better handling of failures during filter loading
(rlane10 via \
http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html)
1.51 28 Sep 2008
[FIXES]
- Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only)
(thanks to Dan Richman for reporting the problem and providing an example)
1.50 20 Sep 2008
[ENHANCEMENTS]
- Support for reading PDF 1.5 compressed object streams and cross \
reference streams.
(we cannot write this style, but we can append to it)
[FIXES]
- Decompression of PNG-filtered streams was totally broken.
- Deleting pages now also deletes back references from annotations on that \
page.
- cleanse() now removes PieceInfo data. I have no idea what
PieceInfo does, but it had a whole bunch of page back links
that broke page deletion.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|