]> git.imager.perl.org - imager.git/blobdiff - Changes
update Changes with recent fixes
[imager.git] / Changes
diff --git a/Changes b/Changes
index 4d210e9ffee02ed1abf21bd41bfe57681fe5244d..869b4198b51ff819d251140ee2a638ccbd1a9e9d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,27 @@ Imager release history.  Older releases can be found in Changes.old
    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
 =========================