]> git.imager.perl.org - imager.git/blob - PNG/Changes
[rt #74043] handle static linking of libpng with libz
[imager.git] / PNG / Changes
1 Imager-File-PNG 0.84
2 ====================
3
4  - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
5
6  - added alternative probe configurations that try to link libz, to
7    handle a statically linked libpng.
8    https://rt.cpan.org/Ticket/Display.html?id=74043
9
10 Imager-File-PNG 0.83
11 ====================
12
13  - no longer fallback to using DynaLoader to load the XS code
14    https://rt.cpan.org/Ticket/Display.html?id=75560
15
16 Imager-File-PNG 0.82
17 ====================
18
19  - modify to use the new buffered I/O functions instead of calling
20    I/O layer callbacks directly.
21
22  - handle I/O close errors properly
23
24 Imager-File.PNG 0.81
25 ====================
26
27  - update the bundled (and still modified) Devel::CheckLib
28    https://rt.cpan.org/Ticket/Display.html?id=69170
29
30 Imager-File.PNG 0.80
31 ====================
32
33  - the big types cleanup
34
35 Imager-File-PNG 0.79
36 ====================
37
38  - replace (imager|tony)@imager.perl.org in the doc, since I don't
39    plan to continue receiving mail at that address.
40    https://rt.cpan.org/Ticket/Display.html?id=68591
41
42 Imager-File-PNG 0.78
43 ====================
44
45 Bug fixes:
46
47  - don't access deprecated members of the png_structp.
48    https://rt.cpan.org/Ticket/Display.html?id=60242
49
50  - cleanup testout on make clean
51
52 Imager-File-PNG 0.77
53 ====================
54
55 Bug fixes:
56
57  - add inc at the front of @INC so we don't pick up old installed 
58    Devel::CheckLib
59
60 Imager-File-PNG 0.76
61 ====================
62
63 Initial release based on Imager 0.77
64
65 The idea here is that you can depend on Imager::File::PNG and be sure
66 of PNG support.