]> git.imager.perl.org - imager.git/blobdiff - Changes
freetype-config might not be available, allow pkg-config to work
[imager.git] / Changes
diff --git a/Changes b/Changes
index c68a12501c3cc6e2092b8ba134db89a839b4fc72..80b3870d93875742be31333325c7433768462cc0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,35 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 1.010 - ???
+Imager 1.011 - 7 Mar 2019
+============
+
+General changes:
+
+ - correct the type of the data parameter for im_decode_exif().
+
+ - fix the release date listed below for 1.010
+
+ - add missing change entry for RT #128142
+
+ - binmode the correct handle in t/200-file/010-iolayer.t, this may fix some test
+   failures on one CPAN smoker.
+
+ - add the mymeta check (AUTHOR testing only) to MANIFEST
+
+More Coverity fixes:
+
+ - translate_errdiff() could leak memory on failure (introduced in
+   1.009) CID 185565.
+
+ - i_img_make_palette() could leak memory on failure (introduced in
+   1.009) CID 185566.
+
+ - DSO_open(), from the original dynamic loading API, could leak
+   dlopen() handles on failure.  CID 185309.  DSO_close() now releases
+   the memory associated with the internal DSO handle, rather than
+   only releasing the dlopen() handle.
+
+Imager 1.010 - 13 Feb 2019
 ============
 
 General changes: