[SCM] libanyevent-rabbitmq-perl Debian packaging branch, master, updated. debian/1.12-1-6-g25ebabd

Chip Salzenberg chip at topsy.com
Mon May 6 14:52:56 UTC 2013


The following commit has been merged in the master branch:
commit 3a3e47229c261e5f3365b07cb207750b8667b474
Author: Chip Salzenberg <chip at topsy.com>
Date:   Thu May 2 16:49:20 2013 -0700

    v1.13

diff --git a/Changes b/Changes
index ac19941..c498923 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension AnyEvent::RabbitMQ
 
-<tbd>
+1.13  Thu May  2 16:48:58 PDT 2013
         - Require Net::AMQP 0.06 to:
            + Get consume cancel notifications (e.g. queue deletion)
            + Properly encode user-provided header strings that look like numbers
diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 83609dd..94b6552 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -32,7 +32,7 @@ use AnyEvent::RabbitMQ::LocalQueue;
 
 use namespace::clean;
 
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 
 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 244c427..6dd4559 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -10,7 +10,7 @@ BEGIN { *Dumper = \&AnyEvent::RabbitMQ::Dumper }
 
 use namespace::clean;
 
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 
 sub new {
     my $class = shift;
diff --git a/lib/AnyEvent/RabbitMQ/LocalQueue.pm b/lib/AnyEvent/RabbitMQ/LocalQueue.pm
index d61984f..9a9469e 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.12';
+our $VERSION = '1.13';
 
 sub new {
     my $class = shift;

-- 
libanyevent-rabbitmq-perl Debian packaging



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