From d85b3787fc9c456497398c0fca44268a1c24695f Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Mon, 14 Sep 2015 14:39:46 +0200 Subject: [PATCH] RM --- package.xml | 13 +++++++++---- php_amqp.h | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 6bbd5257..63fe6783 100644 --- a/package.xml +++ b/package.xml @@ -28,10 +28,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> yes --> - 2015-04-18 - + 2015-09-14 + - 1.6.0beta3 + 1.6.0beta4 1.0.0 @@ -40,11 +40,16 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP License -X.Y.Z Release: +1.6.0beta4 Release: * Add ability to re-attach consuming callback (Bogdan Padalko) * Add AMQPQueue::getConsumerTag() method and fix consumer tag handling in AMQPQueue class methods (Bogdan Padalko) * Add channel_max, frame_max and hearbeat support (see AMQPConnection::__construct() method) (librabbitmq version >= 0.6.0 required) (Bogdan Padalko) * Fix issue with message truncating to first null-byte during sending (Bogdan Padalko, special thanks to Alex Kazinskiy, Alvaro Videla and Michael Klishin) + * Fix issue with message truncating to first null-byte during sending (Bogdan Padalko) + * Fix invalid delivery mode returned by AMQPEnvelop::getDeliveryMode (Bogdan Padalko) + + For a complete list of changes see: + https://github.com/pdezwart/php-amqp/compare/v1.6.0beta3...v1.6.0beta4 1.6.0beta3 Release: * Add basic.recover AMQP method support (see AMQPChannel::basicRecover() method) (Bogdan Padalko) diff --git a/php_amqp.h b/php_amqp.h index f3f174a1..9d7bed0e 100644 --- a/php_amqp.h +++ b/php_amqp.h @@ -439,7 +439,7 @@ typedef struct _amqp_envelope_object { #endif #ifndef PHP_AMQP_VERSION -#define PHP_AMQP_VERSION "1.6.0beta3" +#define PHP_AMQP_VERSION "1.6.0beta4" #endif #ifndef PHP_AMQP_REVISION