pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/rabbitmq



Module name:    wip
Committed by:   fhajny
Date:           Fri Apr 23 08:23:35 UTC 2010

Modified Files:
        wip/rabbitmq: PLIST distinfo version.mk

Log Message:
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


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/rabbitmq/PLIST wip/rabbitmq/distinfo \
    wip/rabbitmq/version.mk

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/rabbitmq/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/rabbitmq/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/rabbitmq/version.mk?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index