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