[SCM] Debian packaging of libhtml-tree-perl branch, master, updated. a8994bb886f8b1f665f9b014d56336cca0bf1c2e
gregor herrmann
gregoa at debian.org
Fri Jun 15 12:54:19 UTC 2012
The following commit has been merged in the master branch:
commit e79f0524b11255e2adc1162080c987da974a01bf
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 15 14:52:17 2012 +0200
Add debian/NEWS with some potentially incompatible changes.
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..f375066
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+libhtml-tree-perl (5.00-1) unstable; urgency=low
+
+ [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
+ * Use weak references to avoid memory leaks
+ See "Weak References" in HTML::Element for details.
+ * new_from_file now dies if the file cannot be opened. $! records
+ the specific problem. (Previously, you got a tree with a few
+ implicit elements.)
+ * Some methods normally returning a scalar could return the empty
+ list in certain circumstances. This has been corrected. The
+ affected methods are: address, deobjectify_text, detach, is_inside,
+ & pindex.
+ * deprecate the Version sub/method. Use the VERSION method instead.
+
+ -- gregor herrmann <gregoa at debian.org> Fri, 15 Jun 2012 14:50:32 +0200
--
Debian packaging of libhtml-tree-perl
More information about the Pkg-perl-cvs-commits
mailing list