[libimager-perl] 04/06: Add note about an incompatible change to debian/NEWS.

gregor herrmann gregoa at debian.org
Sat Jan 11 23:17:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libimager-perl.

commit 19dffc780dbd02add76d58e1058465c845c51440
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 00:13:35 2014 +0100

    Add note about an incompatible change to debian/NEWS.
---
 debian/NEWS | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 1607d0c..bf4008b 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,27 @@
+libimager-perl (0.98+dfsg-1) unstable; urgency=medium
+
+  From upstream Changes:
+
+  Incompatible changes:
+
+  - the return value of setpixel() has changed.
+
+    Previously the return values for undrawable pixels vs caller errors
+    changed depending on whether you used the multiple pixel calling
+    mechanism, or the single pixel mechanism.
+
+    Now:
+    - for an invalid parameter, such as an unknown colour, or missing
+      parameter, an empty list (or undef in scalar context) is
+      returned, and errstr() is set,
+    - otherwise the number of pixels drawn is returned.  If none of
+      the pixels could be drawn (they were all outside the image), "0
+      but true" is returned.
+
+  https://rt.cpan.org/Ticket/Display.html?id=87650
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 12 Jan 2014 00:12:00 +0100
+
 libimager-perl (0.95+dfsg-1) unstable; urgency=low
 
   From upstream Changes:  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimager-perl.git



More information about the Pkg-perl-cvs-commits mailing list