Updated rabbitmq to 1.7.2.
Bug fixes * Fix a number of problems with memory monitoring under Windows, including compatibility issues with versions of Erlang/OTP older than R13, and 64-bit versions of Windows. See the updated documentation at http://www.rabbitmq.com/extensions.html#memsup * Correct various path escaping bugs under Windows that could result in RabbitMQ failing to start * Make 'rabbitmq-multi start_all <n>' work again for n>1 * Issuing a basic.qos when there are outstanding acks can no longer result in a higher limit than requested * Enforce codec size limits, thus preventing the server from sending invalid AMQP frames Enhancements * Add rabbitmqctl list_channels and list_consumers commands, and add exclusivity information to list_queues. Also introduce a close_connection command to allow an administrator to selectively terminate client connections. See the updated admin guide at http://www.rabbitmq.com/admin-guide.html for details on these new features. * Remove the explicit setting of TCP buffer sizes in the server, thus allowing auto-(re)sizing to occur. This generally results in substantially improved throughput over high-latency links, and makes manual fine-tuning easier. * Introduce declarative boot sequencing, which allows plugins to be started at arbitrary chosen points during the sequence
This commit is contained in:
parent
76705b756a
commit
1a70d1314e
3 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2010/02/12 12:31:20 fhajny Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2010/04/23 08:23:35 fhajny Exp $
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/INSTALL
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/LICENSE
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/LICENSE-MPL-RabbitMQ
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/ebin/gen_server2.beam
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/ebin/pg_local.beam
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/ebin/priority_queue.beam
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/ebin/rabbit.app
|
||||
lib/erlang/lib/rabbitmq_server-${RMQ_VERSION}/ebin/rabbit_app.in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/02/12 12:31:20 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/04/23 08:23:35 fhajny Exp $
|
||||
|
||||
SHA1 (rabbitmq-server-1.7.1.tar.gz) = 0fdb32deae5a479a1c37dc9dad45c705ef64297e
|
||||
RMD160 (rabbitmq-server-1.7.1.tar.gz) = 1d38d80dc1835035e8e410c9d7805f8f4eeaed5d
|
||||
Size (rabbitmq-server-1.7.1.tar.gz) = 146877 bytes
|
||||
SHA1 (rabbitmq-server-1.7.2.tar.gz) = ecc35617cc14cca7752f67b845bcc97e421254b4
|
||||
RMD160 (rabbitmq-server-1.7.2.tar.gz) = ba2db97f88a3b51c6246307244e3f5b40112bb36
|
||||
Size (rabbitmq-server-1.7.2.tar.gz) = 156201 bytes
|
||||
SHA1 (patch-aa) = fba22078d70168586321b36f7a7eefe6dfd5d134
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: version.mk,v 1.2 2010/02/12 12:31:20 fhajny Exp $
|
||||
# $NetBSD: version.mk,v 1.3 2010/04/23 08:23:35 fhajny Exp $
|
||||
#
|
||||
|
||||
RMQ_VERSION= 1.7.1
|
||||
RMQ_VERSION= 1.7.2
|
||||
|
|
Loading…
Reference in a new issue