]> git.imager.perl.org - imager.git/commitdiff
0.95 release v0.95
authorTony Cook <tony@develop-help.com>
Fri, 19 Apr 2013 12:01:03 +0000 (22:01 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 19 Apr 2013 12:01:03 +0000 (22:01 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 82e69c6e600d26d99ba0d5002940195800fcee18..742decc8ae55c4cac6e00c6feffa09f59515d063 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 0.95 - 19 Apr 2013
+===========
+
  - handle the SVf_UTF8 flag correctly on magic strings passed to
    Imager::IO's write() and raw_write() methods.
    This may misbehave in perl 5.6.x since the UTF8 flag may not be
index f9b490545a12e1c535bae0a34430f1736e87bae6..ae6b175425a62b5fdf45b29e6c3103a82192e283 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.94_02';
+  $VERSION = '0.95';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }