]> git.imager.perl.org - imager.git/blobdiff - Changes
- the conv filter now enforces that the sum of the coefficients is
[imager.git] / Changes
diff --git a/Changes b/Changes
index 5bf130292cd90c0a1beb84d6e4250cf567f06728..6f3207374dc4710adde7fda9b202fbf997f99733 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 0.71 - unreleased
+===========
+
+Bug fixes:
+
+ - the conv filter now enforces that the sum of the coefficients is
+   non-zero.  Also, rather than skipping pixels off the edge off the
+   edge of the image, the closest edge pixel is used.  Previously
+   dividing by the zero sum of coefficients could cause invalid
+   results or runtime exceptions.
+   Thanks to David Cantrell's Alpha-NetBSD CPAN test box for revealing
+   this bug.
+
 Imager 0.70 - 21 Sep 2009
 ===========