[libanyevent-rabbitmq-perl] 114/151: Changelog
Damyan Ivanov
dmn at moszumanska.debian.org
Thu Jan 16 11:03:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.
commit 055ce24222a222caca6714091338dac973a387a4
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Mon Aug 27 08:42:48 2012 +0100
Changelog
---
Changes | 6 ++++++
lib/AnyEvent/RabbitMQ/LocalQueue.pm | 1 +
2 files changed, 7 insertions(+)
diff --git a/Changes b/Changes
index 7b83db1..c62e693 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension AnyEvent::RabbitMQ
+ - Improve Data::Dumper options for protocol dumps (Chip Salzenberg)
+ - More thoroughly eliminate memory leaks on incoming messages
+ (Chip Salzenberg)
+ - Properly handle channel close: Ensure pending requests fail
+ immediately (Chip Salzenberg)
+
1.07 Tue Aug 21 15:47:00 2012
- Fix dist by putting missing version numbers back into
all the modules.
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index b2e838c..4a0e655 100644
--- a/lib/AnyEvent/RabbitMQ/LocalQueue.pm
+++ b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
@@ -51,6 +51,7 @@ sub _flush {
$self->_drain_queue;
while (my $cb = shift @{$self->{_drain_code_queue}}) {
+ local $@; # Flush frames immediately, throwing away errors for on-close
eval { $cb->($frame) };
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git
More information about the Pkg-perl-cvs-commits
mailing list