]> git.imager.perl.org - imager.git/commitdiff
1.008 release v1.008
authorTony Cook <tony@develop-help.com>
Mon, 31 Dec 2018 09:52:15 +0000 (20:52 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 31 Dec 2018 09:52:15 +0000 (20:52 +1100)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 3a4e9bea2be16c051b96f75db5c9a45b6116c463..f0a5be6bb795a31f6cb63043d44c58c788883f1b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,17 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.008 - 31 Dec 2018
+============
+
  - moved EXIF handling from Imager::File::JPEG to core Imager
+   This allows file formats that store EXIF data as blobs similarly
+   to JPEG to re-use this code. (such as Imager::File::WEBP)
 
- - added some more file extension to image file type mappings
+ - added some more file extensions to image file type mappings
 
  - added add_type_extensions() class method
 
-Imager 1.007
+Imager 1.007 - 24 Nov 2018
 ============
 
  - add png_compression_level tag for writing PNG files.
index 9d3fb0d71caf09a601212cd62167a31e04cbb6f5..f2250684add77babb60f403ae5c419a06f78f10a 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.007';
+  $VERSION = '1.008';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }