]> git.imager.perl.org - imager.git/blob - PNG/Changes
c30716d85a126e24d6543adf3034c5edb12fc12c
[imager.git] / PNG / Changes
1 Imager-File-PNG 0.87
2 ====================
3
4  - update README
5
6 Imager-File-PNG 0.86
7 ====================
8
9  - clean up .dSYM directories generated performing probes on OS X
10    Mountain Lion.
11
12  - pass the --verbose command-line option through to Imager::Probe in
13    Makefile.PL
14    https://rt.cpan.org/Ticket/Display.html?id=75878
15
16 Imager-File-PNG 0.85
17 ====================
18
19  - fix some compiler warnings, no functional changes
20
21 Imager-File-PNG 0.84
22 ====================
23
24  - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
25
26  - added alternative probe configurations that try to link libz, to
27    handle a statically linked libpng.
28    https://rt.cpan.org/Ticket/Display.html?id=74043
29
30  - PNG rework
31    - improve error reporting
32    - add png_interlace, png_bits tags
33    - read paletted images as paletted images, including transparency
34    - read 1 bit greyscale images as a type suitable for other file
35      handlers to write as bilevel
36    - read 16 bit/sample PNG as 16-bit/sample Imager images
37    - write "bilevel" paletted images as 1 bit grayscale images
38    - write paletted images as paletted images
39    - write 16-bit (or higher)/sample images as 16-bit/sample PNG
40      images
41    - improved metadata support
42    https://rt.cpan.org/Ticket/Display.html?id=29268
43
44 Imager-File-PNG 0.83
45 ====================
46
47  - no longer fallback to using DynaLoader to load the XS code
48    https://rt.cpan.org/Ticket/Display.html?id=75560
49
50 Imager-File-PNG 0.82
51 ====================
52
53  - modify to use the new buffered I/O functions instead of calling
54    I/O layer callbacks directly.
55
56  - handle I/O close errors properly
57
58 Imager-File.PNG 0.81
59 ====================
60
61  - update the bundled (and still modified) Devel::CheckLib
62    https://rt.cpan.org/Ticket/Display.html?id=69170
63
64 Imager-File.PNG 0.80
65 ====================
66
67  - the big types cleanup
68
69 Imager-File-PNG 0.79
70 ====================
71
72  - replace (imager|tony)@imager.perl.org in the doc, since I don't
73    plan to continue receiving mail at that address.
74    https://rt.cpan.org/Ticket/Display.html?id=68591
75
76  - Makefile.PL updates to report library detection info back to the
77    main Imager Makefile.PL.
78    https://rt.cpan.org/Ticket/Display.html?id=9675
79
80 Imager-File-PNG 0.78
81 ====================
82
83 Bug fixes:
84
85  - don't access deprecated members of the png_structp.
86    https://rt.cpan.org/Ticket/Display.html?id=60242
87
88  - cleanup testout on make clean
89
90 Imager-File-PNG 0.77
91 ====================
92
93 Bug fixes:
94
95  - add inc at the front of @INC so we don't pick up old installed 
96    Devel::CheckLib
97
98 Imager-File-PNG 0.76
99 ====================
100
101 Initial release based on Imager 0.77
102
103 The idea here is that you can depend on Imager::File::PNG and be sure
104 of PNG support.