~clint-fewbar/ubuntu/precise/rabbitmq-server/fixed-upstream-tag

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Elliot Murphy
  • Date: 2010-11-30 15:12:51 UTC
  • mfrom: (0.2.9 upstream)
  • Revision ID: elliot@elliotmurphy.com-20101130151251-ziiiaf3kbomv3yse
Tags: 2.2.0-0ubuntu1
* New upstream release, fixes FTBFS for 2.1.1-1ubuntu1
  - fix issue that causes cross-cluster communication to
    deadlock after sustained cluster activity
  - fix queue memory leak when using the management plugin
    or other consumers of queue statistics
  - brokers started with rabbitmq_multi.bat are now restartable
  - clustering reset no longer destroys installed plugins
  - fix race condition between queue declaration and connection
    termination that causes spurious noproc errors to appear
    in the log
  - fix memory leak when long-running channels consume and
    cancel on many queues
  - queue.declare and exchange.declare raise precondition_failed
    rather than not_allowed when attempting to redeclare a queue
    or exchange with parameters different than those currently
    known to the broker
  - automatic, lossless upgrade to new versions of RabbitMQ
    (when not clustered)
  - support per-queue message TTL. See:
    http://www.rabbitmq.com/extensions.html#queue-ttl
  - the volume of pending acks is now bounded by disk space rather
    than by memory
  - store passwords as hashes
  - allow server properties to be configured in the RabbitMQ
    config file
  - SSL connections are listed as such by rabbitmqctl
  - simplify permission configuration by removing the client
    permission scope
  - improve performance of message routing
  - removed support for basic.recover with requeue=false
  - remove build-time dependency on OTP source to allow users to
    build without the OTP source present
  - eliminate all valid dialyzer errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
rabbitmq-server (2.2.0-0ubuntu1) natty; urgency=low
 
2
 
 
3
  * New upstream release, fixes FTBFS for 2.1.1-1ubuntu1
 
4
    - fix issue that causes cross-cluster communication to
 
5
      deadlock after sustained cluster activity
 
6
    - fix queue memory leak when using the management plugin
 
7
      or other consumers of queue statistics
 
8
    - brokers started with rabbitmq_multi.bat are now restartable
 
9
    - clustering reset no longer destroys installed plugins
 
10
    - fix race condition between queue declaration and connection
 
11
      termination that causes spurious noproc errors to appear
 
12
      in the log
 
13
    - fix memory leak when long-running channels consume and
 
14
      cancel on many queues
 
15
    - queue.declare and exchange.declare raise precondition_failed
 
16
      rather than not_allowed when attempting to redeclare a queue
 
17
      or exchange with parameters different than those currently
 
18
      known to the broker
 
19
    - automatic, lossless upgrade to new versions of RabbitMQ
 
20
      (when not clustered)
 
21
    - support per-queue message TTL. See:
 
22
      http://www.rabbitmq.com/extensions.html#queue-ttl
 
23
    - the volume of pending acks is now bounded by disk space rather
 
24
      than by memory
 
25
    - store passwords as hashes
 
26
    - allow server properties to be configured in the RabbitMQ
 
27
      config file
 
28
    - SSL connections are listed as such by rabbitmqctl
 
29
    - simplify permission configuration by removing the client
 
30
      permission scope
 
31
    - improve performance of message routing
 
32
    - removed support for basic.recover with requeue=false
 
33
    - remove build-time dependency on OTP source to allow users to
 
34
      build without the OTP source present
 
35
    - eliminate all valid dialyzer errors
 
36
 
 
37
 -- Elliot Murphy <elliot@ubuntu.com>  Tue, 30 Nov 2010 09:55:04 -0500
 
38
 
1
39
rabbitmq-server (2.1.1-1ubuntu1) natty; urgency=low
2
40
 
3
41
  * Merge from debian unstable.  Remaining changes: