]> git.imager.perl.org - imager.git/blobdiff - Changes
- don't destroy image before creating it in error handling in bmp.c
[imager.git] / Changes
diff --git a/Changes b/Changes
index f34a3f2a3237c2b8d874fba6ea031f66521d0ffa..e9dacdeed63ff93c6d348b8ce970d9460d462299 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1113,7 +1113,7 @@ Revision history for Perl extension Imager.
 0.45 Mon 30 May 2005
 - t/t105gif.t wasn't handling buggy giflibs correctly
 
-0.45_01
+0.45_01 Mon 12 Dec 2005
 - give the colorcount() and maxcolors() methods their own entries and
   add them to the method index.
 - added tiff_bitspersample and tiff_photometric tags to tiff images
@@ -1207,6 +1207,44 @@ Revision history for Perl extension Imager.
   - add AUTHOR, REVISION.
 - add smoke test for nearest_color filter
 - added integer overflow checks to many memory allocation calls
+- added experimental EXIF decoding when reading JPEG files.
+- read/write i_xres, i_yres, i_aspect only tage with JPEG files,
+  and read/write jpeg_density_unit (+_name) tag
+- save the jpeg_comment tag when writing
+- the has_chars() method now checks the font objects utf8 flag as well 
+  as the utf8 parameter.
+- clean up Imager::Font documentation:
+   - string now documented in Imager::Draw
+   - add parameter list documentation
+- document the utf8 parameter for bounding_box(), has_chars()
+  Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=13508
+- decode the EXIF GPS IFD as well
+- minor documentation touchups
+- bump version 0.45_01
+
+0.45_02 Mon 12 Dec 2005
+- some test scripts weren't fixing @INC correctly
+- t/t101jpeg.t wasn't skipping enough when there was no jpeg support
+- bump version to 0.45_02
+
+0.46 Tue 20 Dec 2005
+- change the use in t/t91.pod to require version 1.00 of Test::Pod  
+- minor changes to Imager::Transformations
+- bump version to 0.46
+
+0.46_01 Fri 30 Dec 2005
+- switched to subversion - changed $VERSION that was based on Revision
+  tag to be manually handled.
+- outputting a single space using the Freetype 1.x driver (type=>'tt')
+  was producing a divide by zero error.
+- bump to 0.46_01 for testing
+
+0.47 Fri 30 Dec 2005
+- bump to 0.47
+
+0.47_01
+- set the locale to "C" properly when testing ft1.x error messages
+- don't destroy image before creating it in error handling in bmp.c
 
 =================================================================