Codebase list libpdf-builder-perl / e6d4123
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 6 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
+0
-67
Changes less more
0 See also INFO/Changes-ver_2 for changes released for PDF::API2, and
1 incorporated into PDF::Builder.
2 See also INFO/Changes_2021 for earlier version 3 release logs.
3
4 3.024 2022-04-05 UNRELEASED
5
6 * lib/PDF/Builder/Basic/PDF/File.pm
7 Per RT 136648, PDF::API2 fix to avoid unnecessary extra trailers.
8
9 META.json, META.yml, MANIFEST add "provides" entry to make package
10 sites happier.
11
12 INFO/RoadMap add comments on PCF-format bitmapped fonts.
13
14 INFO/LICENSE moved to top level, to make package sites happier.
15
16 examples/HarfBuzz.pl, examples/resources/HarfBuzz_example.pdf
17 Add 'fj' and 'ij' ligatures, although Times doesn't appear to include
18 them.
19
20 examples/020_textrise add baselines and additional examples
21
22 examples/HarfBuzz.pl
23 Adobe Acrobat DC has changed its installed fonts location, so several
24 non-Latin entries had to be updated.
25
26 lib/PDF/Builder/Resource/CIDFont.pm
27 Per PDF::API2 code style changes and uninitialized variable fix.
28
29 INFO/Changes_2021, MANIFEST, README.md, lib/PDF/Builder.pm, INFO/LICENSE
30 2022 copyright.
31
32 lib/PDF/Builder/Annotation.pm, t/annotate.t, examples/040_annotation,
33 examples/041_annot_fileattach, examples/042_links
34 Annotations revert to "no border" [#176] to match up with PDF::API2
35 behavior.
36
37 lib/PDF/Builder.pm per #171, allow blank or prefix-only page label (on
38 Reader's thumb slider) with -style => 'nocounter'.
39
40 lib/PDF/Builder/Basic/PDF/Filter/ASCIIHexDecode.pm
41 Per RT 136648, PDF::API2 fix when writing xref streams.
42
43 lib/PDF/Builder/Resource/XObject/Image/GD-GIF-JPEG-PNG-PNM-TIFF.pm
44 Add -name option to name the image object if desired.
45 In sync with PDF::API2, add -compress option for PNM.
46
47 lib/PDF/Builder/Resource/XObject/Image/GIF-PNM.pm minor changes to sync
48 with PDF::API2 changes.
49
50 examples/HarfBuzz.pl, examples/resources/HarfBuzz_example.pdf
51 show a better Chinese (CJK) example in vertical mode, which demonstrates
52 rotation of punctuation such as ( ). Continuation of #144.
53
54 INFO/RoadMap comments on page labeling (slider thumb) enhancements per
55 #171, including possibly integrating with header() and footer() calls
56 that place a page number on the paper, and any outline/bookmarks, so
57 that they all give a consistent page label (number).
58
59 optional_update.pl, MANIFEST, README.md
60 optional_update moved to tools/, otherwise it
61 was being placed in the PDF/ directory by the installer. Note that you
62 should be in your PDF::Builder root (parent of tools/) and run
63 tools/optional_update.pl.
64
65 (see INFO/Changes_2021 for earlier changes)
66 (see INFO/Changes-ver_2 for changes to PDF::API2 up through 2.034)
00 Skip tests #13 and #16 until bug #1010051 is resolved.
1 --- a/t/tiff.t
2 +++ b/t/tiff.t
3 @@ -247,8 +247,9 @@
1 Index: libpdf-builder-perl/t/tiff.t
2 ===================================================================
3 --- libpdf-builder-perl.orig/t/tiff.t
4 +++ libpdf-builder-perl/t/tiff.t
5 @@ -248,8 +248,9 @@ is($example, $expected, 'multi-strip lzw
46
57 # 13
68 SKIP: {
1214
1315 $width = 20;
1416 $height = 20;
15 @@ -326,8 +327,9 @@
17 @@ -327,8 +328,9 @@ is($example, $expected, 'single-strip lz
1618 }
1719
1820 SKIP: {