Commit | Line | Data |
---|---|---|
7623d340 TC |
1 | Imager release history. Older releases can be found in Changes.old |
2 | ||
bb5712de | 3 | Imager 0.58 - |
d034a178 TC |
4 | =========== |
5 | ||
f8e36694 TC |
6 | - added to_rgb16 to produce a 16-bit/sample version of an image |
7 | ||
95b2bff4 TC |
8 | - improve freetype 1.x text output efficiency |
9 | ||
d034a178 TC |
10 | Bug fixes: |
11 | ||
12 | - search another place for rgb.txt, and check all the places | |
13 | Imager::Color checks when deciding whether to skip testing it | |
14 | http://rt.cpan.org/Ticket/Display.html?id=26064 | |
15 | ||
73962964 TC |
16 | - use a convolution kernel size based on the stddev rather than a |
17 | fixed size when performing a gaussian blur | |
18 | http://rt.cpan.org/Ticket/Display.html?id=25645 | |
19 | ||
01b84320 TC |
20 | - document the difference() method's mindist parameter, and debug it. |
21 | ||
22f9ca48 TC |
22 | - put the Imager releaser number in the Inline::C generated code to |
23 | regenerate Inline code when a new release of Imager is installed. | |
24 | http://rt.cpan.org/Ticket/Display.html?id=26278 | |
25 | ||
fa16b6c6 TC |
26 | - fix rendering on alpha channel images for the FreeType 1.x driver. |
27 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
28 | ||
4c84ccfb TC |
29 | - fix rendering on alpha channel images for the T1lib driver. |
30 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
31 | ||
1fe8316b TC |
32 | - reworked library probing, we can now set more than one probe |
33 | function for a library. Disabled the default (non-freetype-config) | |
34 | library probe and added an extra probe function that searches for | |
35 | both ft2build.h and whatever it includes, and adds -I as needed. | |
36 | Hopefully this will fix build problems like | |
37 | http://www.nntp.perl.org/group/perl.cpan.testers/2007/05/msg472281.html | |
38 | http://rt.cpan.org/Ticket/Display.html?id=26086 | |
39 | ||
bb5712de TC |
40 | Imager 0.57 - 30 Apr 2007 |
41 | =========== | |
42 | ||
43 | This is a maintenence release fixing a security issue in Imager. | |
44 | ||
45 | - CRITICAL: a specially crafted compressed BMP file can cause a buffer | |
46 | overflow in malloced memory. There will be further discussion of | |
47 | this issue in the ticket below. | |
48 | http://rt.cpan.org/Ticket/Display.html?id=26811 | |
3973a674 | 49 | CVE-2007-2459 |
bb5712de | 50 | |
d034a178 | 51 | Imager 0.56 - 1 Apr 2007 |
7623d340 TC |
52 | =========== |
53 | ||
54 | - added support for reading 16-bit/sample PGM/PPM images | |
55 | ||
56 | - added support for writing 16-bit/sample PGM/PPM images | |
57 | ||
58 | - improved performance of reading PBM/PGM/PPM images | |
59 | ||
60 | - added support for writing PBM images if the image is paletted and | |
61 | contains only black and white | |
62 | ||
63 | - added a new make_colors value - "mono" | |
64 | ||
65 | - switched from the svn log Changes to a manual Changes to reduce | |
66 | noise | |
67 | ||
1225d272 TC |
68 | - new sample code - samples/flasher.pl |
69 | ||
7623d340 TC |
70 | Bug fixes: |
71 | ||
72 | - CRITICAL: the "Imager" typemap entry (not used by Imager itself) | |
73 | was returning an image object with an extra reference, this | |
74 | resulted in a memory leak. | |
75 | http://rt.cpan.org/Ticket/Display.html?id=24992 | |
76 | ||
77 | - fix rendering on alpha channel images for the FreeType 2.x driver | |
78 | http://rt.cpan.org/Ticket/Display.html?id=11972 | |
79 | ||
80 | - reading bmp files now consitently handles short reads. You can now | |
81 | supply a parameter to treat a short read as successful and set | |
82 | i_incomplete | |
83 | http://rt.cpan.org/Ticket/Display.html?id=8426 | |
84 | ||
85 | - previously, reading ASCII PBM files required spaces between samples, | |
86 | even though the format doesn't require that | |
87 | ||
1225d272 TC |
88 | - improved documentation of the unsharpmask filter (I hope) |
89 | http://rt.cpan.org/Ticket/Display.html?id=25531 | |
90 | ||
91 | - force flushing of the output from i_tt_dump_names() and test output | |
92 | in t/t35ttfont.t to prevent output from being mixed up. | |
93 | https://rt.cpan.org/Ticket/Display.html?id=24859 | |
94 | ||
95 | - rewrite a conditional expression as an if() to hopefully work around | |
96 | a bug in the pre-4.0 GCC Apple shipped with OS X 10.4. | |
97 | https://rt.cpan.org/Ticket/Display.html?id=25561 | |
98 | ||
99 | - avoid Data::Dumper in regops.perl to support older releases of perl | |
100 | https://rt.cpan.org/Ticket/Display.html?id=24391 | |
101 | ||
7623d340 TC |
102 | Imager 0.55 - 16 Dec 2006 |
103 | =========== | |
104 | ||
105 | This is primarily a bug fix release. | |
106 | ||
107 | Note: Test::More is now a pre-requisite for Imager and is no longer bundled. | |
108 | ||
109 | There is one new feature: | |
110 | ||
111 | - the Win32 font driver now supports UTF8 (RT 22166) | |
112 | http://www.cpanforum.com/threads/3276 | |
113 | http://rt.cpan.org/Ticket/Display.html?id=22166 | |
114 | ||
115 | Several bugs were fixed: | |
116 | ||
117 | - the string() method would not output the string "0" | |
118 | http://rt.cpan.org/Public/Bug/Display.html?id=21770 | |
119 | ||
120 | - fills.c was failing to compile on Solaris 10 (compiler unknown) | |
121 | http://rt.cpan.org/Public/Bug/Display.html?id=21944 | |
122 | ||
123 | - the gif_disposal and gif_user_input tags weren't being read from | |
124 | the file correctly | |
125 | http://rt.cpan.org/Public/Bug/Display.html?id=22192 | |
126 | ||
127 | - gif.c was failing to build under MSVC | |
128 | http://rt.cpan.org/Ticket/Display.html?id=23922 | |
129 | ||
130 | - in some cases strings passed to the string() method were treated as | |
131 | terminated by NUL (chr 0) | |
132 | http://rt.cpan.org/Public/Bug/Display.html?id=21770 | |
133 | ||
134 | - on "MSWin32" perl builds we now link to -lzlib instead of -lz since | |
135 | that's the default build name for zlib on Win32. | |
136 | http://rt.cpan.org/Ticket/Display.html?id=23064 | |
137 | ||
138 | - search $Config{incpath} for headers too, which we should have been | |
139 | doing all along. | |
140 | ||
141 | Win32 font driver fixes: | |
142 | ||
143 | - the global descent value from bounding box was the wrong sign | |
144 | http://www.cpanforum.com/threads/3276 | |
145 | ||
146 | - if the first or last glyph overflowed the left or right side of the | |
147 | advance width they would be clipped | |
148 | ||
149 | ||
150 | Imager 0.54 - 14 Sep 2006 | |
151 | =========== | |
152 | ||
153 | This is primarily a feature release: | |
154 | ||
155 | - a new qtype value 'mixing' has been added to the scale() | |
156 | method. This is faster than 'normal', slower than 'preview'. This | |
157 | is based on the method used by pnmscale, and seems to produce less | |
158 | blurry results than normal. | |
159 | http://rt.cpan.org/Public/Bug/Display.html?id=20677 | |
160 | ||
161 | - the rubthrough() method can now render onto images with an alpha | |
162 | channel. | |
163 | http://rt.cpan.org/Ticket/Display.html?id=20678 | |
164 | ||
165 | - the read_multi() method now falls back to calling doing a single | |
166 | image read via the read() method and write_multi() will now fall | |
167 | back to calling write() if a single image is supplied. This means | |
168 | you can simply call the read_multi() or write_multi() functions | |
169 | without having to check if the type is formatted by that method. | |
170 | http://rt.cpan.org/Ticket/Display.html?id=19457 | |
171 | http://rt.cpan.org/Ticket/Display.html?id=19458 | |
172 | ||
173 | - the GIF loop extension can now be written. If you don't have | |
174 | libungif/giflib 4.1.4 (or some distribution's bugfixed equivalent) you | |
175 | should upgrade. | |
176 | http://rt.cpan.org/Ticket/Display.html?id=21185 | |
177 | ||
178 | - getscanline() and setscanline() can now read/write palette index | |
179 | based data from/to the image for paletted images, by setting type to | |
180 | 'index'. | |
181 | http://rt.cpan.org/Ticket/Display.html?id=20338 | |
182 | ||
183 | - we no longer hassle you to disable GIF support | |
184 | http://rt.cpan.org/Ticket/Display.html?id=20687 | |
185 | ||
186 | - minor documentation fixes | |
187 | ||
188 | ||
189 | Imager 0.53 - 26 Jul 2006 | |
190 | =========== | |
191 | ||
192 | This is a bugfix release. | |
193 | ||
194 | Some test code was left in a code path not covered by the test | |
195 | suite. A test was added to cover this code path and the test code was | |
196 | removed. | |
197 | http://rt.cpan.org/Public/Bug/Display.html?id=20705 | |
198 | ||
199 | ||
200 | Imager 0.52 - 25 Jul 2006 | |
201 | =========== | |
202 | ||
203 | This is primarily a feature release, but contains a fair few bug | |
204 | fixes, new features: | |
205 | ||
206 | - ability to read and write MS Windows ICO and CUR files | |
207 | ||
208 | - you can now add file format plugins to support new file formats | |
209 | ||
210 | - add POD coverage tests | |
211 | ||
212 | - setcolors() and addcolors() now accept color names and so on | |
213 | instead of requiring Imager::Color objects. | |
214 | http://rt.cpan.org/Ticket/Display.html?id=20056 | |
215 | ||
216 | - flood_fill() can now fill to a specified border color instead of | |
217 | just to the area the same color as the seed. | |
218 | http://rt.cpan.org/Ticket/Display.html?id=19618 | |
219 | ||
220 | ||
221 | Bug fixes: | |
222 | ||
223 | - bounding_box for the T1 driver wasn't converting UTF8 to ascii when | |
224 | calculating the advance width. | |
225 | http://rt.cpan.org/Public/Bug/Display.html?id=20554 | |
226 | ||
227 | - bounding_box for the T1 driver wasn't including leading and | |
228 | trailing spaces in the bounding box as the other drivers did, it also | |
229 | produced strange results for empty strings or strings containing only | |
230 | spaces | |
231 | ||
232 | - when reading CMYK jpeg images they were being transferred to the | |
233 | image object as is, producing a four channel image. It only looked ok | |
234 | due to an old still unfixed Photoshop bug. We now convert from the | |
235 | inverted CMYK that photoshop (and Corel for example) produce into RGB. | |
236 | http://rt.cpan.org/Ticket/Display.html?id=20416 | |
237 | ||
238 | - reading a CYMK TIFF would result in a 4 channel image, reading any | |
239 | image with more than 4 channels (eg. RGB with 2 alpha channels) would | |
240 | result in an error. | |
241 | http://rt.cpan.org/Ticket/Display.html?id=20415 | |
242 | ||
243 | - added /usr/local/include to the default include search path, since | |
244 | we were already searching /usr/local/lib for libraries. | |
245 | ||
246 | And various minor fixes and documentation updates. | |
247 | ||
248 | ||
249 | Imager 0.51 - 23 Apr 2006 | |
250 | =========== | |
251 | ||
252 | - fix a validation bug when processing JPEG EXIF data that can cause | |
253 | a crash | |
254 | http://rt.cpan.org/Public/Bug/Display.html?id=18496 | |
255 | ||
256 | - fix mis-processing of the src_maxx and src_maxy parameters of the | |
257 | paste() method | |
258 | http://rt.cpan.org/Public/Bug/Display.html?id=18712 | |
259 | ||
260 | - fix a problem in Imager's "smart" handling of the color parameter | |
261 | to various methods. | |
262 | http://rt.cpan.org/Public/Bug/Display.html?id=18561 | |
263 | ||
264 | ||
265 | Imager 0.50 - 29 Mar 2006 | |
266 | =========== | |
267 | ||
268 | - CRITICAL: fixes a segmentation fault from attempting to write a 2 | |
269 | or 4 channel image to jpeg or a 2 channel image to tga where the | |
270 | output is an in-memeory buffer. | |
271 | http://rt.cpan.org/Public/Bug/Display.html?id=18397 | |
272 | ||
273 | - fixes an incorrect pointer parameter in the PNG code | |
274 | http://rt.cpan.org/Public/Bug/Display.html?id=18051 | |
275 | ||
276 | - skip Inline::C tests when building in a directory with spaces | |
277 | http://rt.cpan.org/Public/Bug/Display.html?id=18049 |