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