[libanyevent-rabbitmq-perl] 131/151: Version 1.09

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:10 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 7df4da1e0a3335c797e91c5cf05933d3b8599fb0
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Feb 25 12:03:30 2013 +0000

    Version 1.09
---
 Changes                             | 7 ++++++-
 lib/AnyEvent/RabbitMQ.pm            | 2 +-
 lib/AnyEvent/RabbitMQ/Channel.pm    | 2 +-
 lib/AnyEvent/RabbitMQ/LocalQueue.pm | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 36ea47b..23a7c98 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension AnyEvent::RabbitMQ
 
+1.09   Mon Feb 25 12:03:00 2013
+        - Support AMQP heartbeat.
+
+        - Support AMQP 0.9 standard. (Chip Salzenberg)
+
         - Stop defining a _return_cb value when not using the mandatory
           or immediate flags when publishing a message. This means that
           if you're not using these flags, but are using an infinite set
@@ -8,7 +13,7 @@ Revision history for Perl extension AnyEvent::RabbitMQ
           routing keys, we still have a problem as we leak callbacks.
           RT#79511
 
-1.08    Mon Aug 27 08:43:00
+1.08    Mon Aug 27 08:43:00 2012
         - Improve Data::Dumper options for protocol dumps (Chip Salzenberg)
         - More thoroughly eliminate memory leaks on incoming messages
           (Chip Salzenberg)
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 1fab2a9..101cc06 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -30,7 +30,7 @@ use Net::AMQP::Common qw(:all);
 use AnyEvent::RabbitMQ::Channel;
 use AnyEvent::RabbitMQ::LocalQueue;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 Readonly my $DEFAULT_AMQP_SPEC
     => File::ShareDir::dist_dir("AnyEvent-RabbitMQ") . '/fixed_amqp0-9-1.xml';
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index 17c1773..7ab0e26 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -8,7 +8,7 @@ use Scalar::Util qw(weaken);
 use Carp qw(croak);
 BEGIN { *Dumper = \&AnyEvent::RabbitMQ::Dumper }
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index e804d65..eac0247 100644
--- a/lib/AnyEvent/RabbitMQ/LocalQueue.pm
+++ b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
@@ -3,7 +3,7 @@ package AnyEvent::RabbitMQ::LocalQueue;
 use strict;
 use warnings;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 sub new {
     my $class = shift;

-- 
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