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