aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2008-08-20 02:47:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2008-08-20 02:47:37 +0000
commit55f349d1e5485cf8eba1a3a705d6d8d96fe83d30 (patch)
tree6ecdd50540a8d211cc9cfb89dbf7809f30645823 /UPDATING
parentf85e5ff85d37a08ea5bea0969db51578debadea4 (diff)
downloadports-55f349d1e5485cf8eba1a3a705d6d8d96fe83d30.tar.gz
ports-55f349d1e5485cf8eba1a3a705d6d8d96fe83d30.zip
Add net/rabbitmq entry.
Notes
Notes: svn path=/head/; revision=218889
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 83a18f908223..8148470e9299 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080820:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: pneumann@gmail.com
+
+ The database schema has changed in this version of RabbitMQ. If you
+ attempt to start RabbitMQ-1.4.0 over top of a previous installation,
+ it will fail, citing "schema_integrity_check_failed". To correct this,
+ delete your mnesia directory (/var/db/rabbitmq/mnesia) and restart
+ the server. Note that this will destroy all your durable exchanges and
+ queues, and all your persisted messages!
+
20080816:
AFFECTS: users of mail/assp
AUTHOR: J.R. Oldroyd <fbsd@opal.com>