aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-12-30 18:59:50 +0800
committermiwi <miwi@FreeBSD.org>2008-12-30 18:59:50 +0800
commit0ea896b26ee6a46e53edf0b80050287b8fb1cb9b (patch)
treeda6922f0a3643b4a45c6af32d9ff981e4d3f062b
parentd3eb6b859ca999abef9e57a1a4ae1859a9f5d82e (diff)
downloadfreebsd-ports-gnome-0ea896b26ee6a46e53edf0b80050287b8fb1cb9b.tar.gz
freebsd-ports-gnome-0ea896b26ee6a46e53edf0b80050287b8fb1cb9b.tar.zst
freebsd-ports-gnome-0ea896b26ee6a46e53edf0b80050287b8fb1cb9b.zip
- Add note for net/rabbitmq users
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04561acc02b6..1ca85332b515 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20081230:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: pneumann@gmail.com
+
+ The database schema has changed between RabbitMQ-1.4.0 and this
+ release. 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.
+
20081226:
AFFECTS: users of www/rt38
AUTHOR: pgollucci@FreeBSD.org