Revision history for Perl extension GD::SecurityImage.

Time zone is GMT+2.

1.3 Mon Jun 21 19:11:13 2004
	=> New method particle().
	=> Private method r2h().
	=> Fixed color conversion for Image::Magick.
	=> out() now accepts arguments.
	=> Updated pod.

1.2 Fri Jun 18 21:39:08 2004
	=> Added raw() method.
	=> Fixed gd_font object key.
	=> new style "ec".
	=> Adapted Image::Magick compatibility (request from Mark Fuller).
	   I may add Image::Magick spesific styles in future releases.
	=> New modules added: 
	      GD::SecurityImage::GD
	      GD::SecurityImage::Magick
	      GD::SecurityImage::Styles
	   and GD::SecurityImage is smaller now ;)
	=> Renamed old tests to (added 'gd_' to names):
	      t/gd_01_use.t
	      t/gd_02_normal.t
	      t/gd_03_ttf.t
	=> Added new tests:
              t/im_01_use.t
              t/im_02_ttf.t
        => Altered Makefile.PL and test files to skip tests if the user selects to do so.

1.1 Fri May 14 22:08:39 2004
	=> Added 'send_ctobg' option to new().
	=> After testing the code with a *really* old GD 
	   (1.19 -- which has no ttf support), I've realized 
	   that stringFT was implemented in GD 1.31. 
	   So, the ttf test now has a skip option.
	=> Also added stringTTF check for backward compatibility.
	   stringTTF => (GD 1.20 @ 30 Aug 1999 )
	   stringFT  => (GD 1.31 @ 26 Sep 2001 )
	=> Fixed pod. There was an '=item' instead of '=head'.
	=> Added new styles 'circle' and 'ellipse'.
	=> Updated 03_ttf.t

1.0 Mon Apr 26 21:40:45 2004
	=> First release.