]> git.imager.perl.org - imager.git/blobdiff - Imager.pm
i_init_tt() has only been used internally to font.c, make it static
[imager.git] / Imager.pm
index 7650a46e9479bda73d82f1d3b98ccd73e43fcb8a..e097fe8284aeca55f88268ddfc1be5e7dbb1fbf0 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -148,7 +148,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.90';
+  $VERSION = '0.91';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
@@ -4364,6 +4364,10 @@ L<Imager::Inline> - using Imager's C API from Inline::C
 
 L<Imager::ExtUtils> - tools to get access to Imager's C API.
 
+=item *
+
+L<Imager::Security> - brief security notes.
+
 =back
 
 =head2 Basic Overview
@@ -4785,6 +4789,8 @@ saving an image - L<Imager::Files>
 
 scaling - L<Imager::Transformations/scale()>
 
+security - L<Imager::Security>
+
 SGI files - L<Imager::Files/"SGI (RGB, BW)">
 
 sharpen - L<Imager::Filters/unsharpmask>, L<Imager::Filters/conv>