]> git.imager.perl.org - imager.git/blobdiff - Changes
update Changes with recent fixes
[imager.git] / Changes
diff --git a/Changes b/Changes
index 2e8aa34752c1ffcf1c46800f269d59dbd81bcbc3..869b4198b51ff819d251140ee2a638ccbd1a9e9d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,43 @@
 Imager release history.  Older releases can be found in Changes.old
 
+ - NOTE: possibly backward incompatible
+   support reading from/writing to perl filehandes that aren't raw
+   files.
+
+   This allows Imager's I/O to honour handles with layers such as
+   gzip, scalar file handles or tied file handles.
+
+   This is backward in-compatible in that previous Imager would simply
+   use fileno() to retrieve the fd for the file and call write(2) etc
+   on it directly.
+   https://rt.cpan.org/Ticket/Display.html?id=78843
+
+ - moved most of README to lib/Imager/Install.pod which should make it
+   more accessible to the "web" generation, also significantly updated
+   and re-worked it.
+
+ - updated README's for the separately distributed modules to refer to
+   Imager::Install, and that they need -dev versions of packages
+   https://rt.cpan.org/Ticket/Display.html?id=81265
+
+ - the JPEG test code now reports the compile-time library version
+
+ - avoid a possible compiler optimization issue on CentOS 5.9 i386 by
+   rearranging (and mildly optimizing) some code.
+   https://rt.cpan.org/Ticket/Display.html?id=83212
+
+ - fix a POD error in Imager::Fill (detected on new Pod-Simple)
+   https://rt.cpan.org/Ticket/Display.html?id=83434
+
+ - fix a broken link to Graphics::Magick
+   https://rt.cpan.org/Ticket/Display.html?id=82743
+
+Imager 0.94 - 15 Dec 2012
+=========================
+
+Variations on some of these changes were included in development
+releases.
+
  - improved thread safety
    - the internal error stack and log file handle are now in a per-thread
      context object