[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:18 UTC 2013


The following commit has been merged in the master branch:
commit 7585a714427652b96dec254af4789b455eb8c1e2
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Jun 11 14:30:01 2012 -0400

    Changes

diff --git a/Changes b/Changes
index 768be4f..1a86248 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,25 @@
+  - Additional documentation in L<Message::Passing::Manual>.
+
+  - Refactor building connection managers so less duplicate code
+    is needed in components.
+
+  - Make STDIN input saner.
+
+  - Add an 'error chain' concept, allowing components to have a
+    way of reporting connection (or other) issues out of band
+    with the message stream.
+    This defaults to STDERR, however can be overridden per component,
+    or for a whole chain.
+
+  - Add error_log() function to the DSL for setting the error chain up
+    for a whole chain.
+
+  - Use the error chain in Message::Passing::Role::ConnectionManager
+    to output errors when connections disconnect / timeout / reconnect.
+
+  - Cleanups to Message::Passing::Input::FileTail to not leak processes
+    and file handles if the instance of the Input class is destroyed.
+
 0.008
   - Add standard roles to unify the names of connection attributes:
     Message::Passing::Role::HasHostnameAndPort

-- 
libmessage-passing-perl Debian packaging



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