diff -u rabbitmq-server-2.2.0/debian/changelog rabbitmq-server-2.2.0/debian/changelog --- rabbitmq-server-2.2.0/debian/changelog +++ rabbitmq-server-2.2.0/debian/changelog @@ -1,9 +1,79 @@ +rabbitmq-server (2.2.0-1ubuntu1) natty; urgency=low + + * Merge from debian unstable. Remaining changes: (LP: #684874) + - debian/preinst, debian/rabbitmq-server.templates: + + Warn user about upgrading from a really old version. + + -- Artur Rona Fri, 03 Dec 2010 18:35:04 +0100 + rabbitmq-server (2.2.0-1) unstable; urgency=low * New upstream release -- John Leuner Thu, 02 Dec 2010 20:41:53 +0200 +rabbitmq-server (2.2.0-0ubuntu1) natty; urgency=low + + * 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 + + -- Elliot Murphy Tue, 30 Nov 2010 09:55:04 -0500 + +rabbitmq-server (2.1.1-1ubuntu1) natty; urgency=low + + * Merge from debian unstable. Remaining changes: + - debian/preinst, debian/rabbitmq-server.templates: Warn user about upgrading from a really old version. + (LP: #506985) + - debian/control: Update maintainer according to spec. + + -- Chuck Short Sat, 23 Oct 2010 11:56:04 +0100 + +rabbitmq-server (2.1.1-1) unstable; urgency=low + + * New upstream release + + -- John Leuner Sat, 23 Oct 2010 09:40:15 +0200 + +rabbitmq-server (2.1.0-1ubuntu1) natty; urgency=low + + * Merge from debian unstable. Remaining changes: + - debian/preinst, debian/rabbitmq-server.templates: Warn user about upgrading from a really old version. + (LP: #506985) + - debian/control: Update maintainer according to spec. + + -- Chuck Short Mon, 04 Oct 2010 20:15:40 +0100 + rabbitmq-server (2.1.0-1) unstable; urgency=low * New upstream release @@ -29,12 +99,36 @@ -- John Leuner Sun, 01 Aug 2010 15:47:46 +0200 +rabbitmq-server (1.8.0-1ubuntu2) maverick; urgency=low + + * debian/preinst: Don't present note about upgrades when doing initial + install. (LP: #651047) + + -- Chuck Short Mon, 04 Oct 2010 08:54:12 -0400 + +rabbitmq-server (1.8.0-1ubuntu1) maverick; urgency=low + + * Merge from debian unstable, remaining changes are: + - debian/preinst, debian/rabbitmq-server.templates: Warn user about upgrading from a really old version. + (LP: #506985) + - debian/contol: Update maintainer according to spec. + + -- Chuck Short Tue, 29 Jun 2010 10:46:15 -0400 + rabbitmq-server (1.8.0-1) unstable; urgency=low * New upstream release -- John Leuner Thu, 24 Jun 2010 18:43:04 +0200 +rabbitmq-server (1.7.2-1ubuntu1) lucid; urgency=low + + * debian/preinst, debian/rabbitmq-server.templates: Warn user about upgrading from a really old version. + (LP: #506985) + * debian/control: Update maintainer according to spec. + + -- Chuck Short Tue, 30 Mar 2010 23:10:55 -0400 + rabbitmq-server (1.7.0-3) unstable; urgency=low * Add missing entries in rabbitmq-server.init @@ -152,0 +247 @@ + diff -u rabbitmq-server-2.2.0/debian/watch rabbitmq-server-2.2.0/debian/watch --- rabbitmq-server-2.2.0/debian/watch +++ rabbitmq-server-2.2.0/debian/watch @@ -2,3 +2,3 @@ -http://www.rabbitmq.com/releases/rabbitmq-server/v(.*)/rabbitmq-server-(\d.*)\.tar\.gz \ +http://www.rabbitmq.com/releases/rabbitmq-server/current/rabbitmq-server-(\d.*)\.tar\.gz \ debian uupdate diff -u rabbitmq-server-2.2.0/debian/control rabbitmq-server-2.2.0/debian/control --- rabbitmq-server-2.2.0/debian/control +++ rabbitmq-server-2.2.0/debian/control @@ -1,7 +1,8 @@ Source: rabbitmq-server Section: net Priority: extra -Maintainer: John Leuner +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: John Leuner Build-Depends: cdbs, debhelper (>= 5), erlang-dev, python-simplejson, xmlto, xsltproc Standards-Version: 3.8.0 only in patch2: unchanged: --- rabbitmq-server-2.2.0.orig/debian/rabbitmq-server.templates +++ rabbitmq-server-2.2.0/debian/rabbitmq-server.templates @@ -0,0 +1,9 @@ +Template: rabbitmq-server/upgrade_previous +Type: note +Description: Upgrading from 1.5.4 and below. + You are upgrading from a release prior to 1.6.0. When the + RabbitMQ server detects the presence of an old database, it moves it + to a backup location, creates a fresh, empty database, and logs a + warning. If your RabbitMQ installation contains important data then we + recommend you contact support@rabbitmq.com for assistance with the + upgrade. only in patch2: unchanged: --- rabbitmq-server-2.2.0.orig/debian/preinst +++ rabbitmq-server-2.2.0/debian/preinst @@ -0,0 +1,14 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +if dpkg --compare-versions "$2" lt-nl 1.6.0; then + db_version 2.0 + + db_input high rabbitmq-server/upgrade_previous || true + db_go || true +fi + +#DEBHELPER#