[SCM] Debian packaging of libanyevent-perl branch, master, updated. 58b2da9db54976cc868b6d46c14feb9ac1a2c017

Alessandro Ghedini al3xbio at gmail.com
Mon Aug 15 14:30:18 UTC 2011


The following commit has been merged in the master branch:
commit 13d8b2bb3d55044d1fc2b9f13de36d8d554c921c
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Aug 15 16:25:32 2011 +0200

    Add debian/NEWS with incompatible changes and deprecations

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..66b4707
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,16 @@
+libanyevent-perl (6.000-1) UNRELEASED; urgency=low
+
+  [ INCOMPATIBLE CHANGES ]
+  * AnyEvent::DNS resource records now include the TTL as fourth element - this
+    affects ->resolve directly, and ->request and ->dns_unpack indirectly.
+    Convenience functions such as AnyEvent::DNS::{a,txt,mx,srv} are not affected,
+    neither is AnyEvent::Socket.
+  * backend authors now should not implement one_event or loop, but instead the
+    AnyEvent::CondVar::_wait and _poll methods.
+
+  [ DEPRECATIONS ]
+  * please change "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
+    "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" in your programs, for
+    future compatibility.
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Mon, 15 Aug 2011 12:34:20 +0200

-- 
Debian packaging of libanyevent-perl



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