diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-08-20 02:47:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-08-20 02:47:37 +0000 |
commit | 55f349d1e5485cf8eba1a3a705d6d8d96fe83d30 (patch) | |
tree | 6ecdd50540a8d211cc9cfb89dbf7809f30645823 /UPDATING | |
parent | f85e5ff85d37a08ea5bea0969db51578debadea4 (diff) | |
download | ports-55f349d1e5485cf8eba1a3a705d6d8d96fe83d30.tar.gz ports-55f349d1e5485cf8eba1a3a705d6d8d96fe83d30.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |