aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-07-22 21:33:44 +0800
committerwxs <wxs@FreeBSD.org>2010-07-22 21:33:44 +0800
commitafbd72edac28f7313997743c27e77e46266d49fc (patch)
treef77b19a0355b46676f7138474b10e9360d3e81dc /UPDATING
parent9ed782a5b662b2b7687d39a980d8ff12cd11536f (diff)
downloadfreebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.tar.gz
freebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.tar.zst
freebsd-ports-gnome-afbd72edac28f7313997743c27e77e46266d49fc.zip
Add a note about database change in new rabbitmq.
PR: ports/148456 Submitted by: Phillip <pneumann@gmail.com>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 19815bfe2712..deb55b23f999 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20100722:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: Phillip <pneumann@gmail.com>
+
+ The database schema and the format in which persistent messages are
+ stored have both changed since the last release (1.7.2). When
+ starting, the RabbitMQ server will detect the existence of an old
+ database and will move it to a backup location, before creating a
+ fresh, empty database, and will log a warning.
+
20100715:
AFFECTS: users of lang/perl*
AUTHOR: skv@FreeBSD.org