aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-06-24 18:22:56 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-06-24 18:22:56 +0000
commita868e64a6433fbed6018781e91a380fabedf20e9 (patch)
treeb558d878088da3559388d782889e030eb74e9634 /UPDATING
parent2d18aa7cf63c0cd6b4e9ae2dbe6fc5eb51224a1e (diff)
downloadports-a868e64a6433fbed6018781e91a380fabedf20e9.tar.gz
ports-a868e64a6433fbed6018781e91a380fabedf20e9.zip
Add UPDATING note about net/rabbitmq and Erlang 20.
Notes
Notes: svn path=/head/; revision=444235
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4fb86abc8481..4b790cba165f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20170624:
+ AFFECTS: users of net/rabbitmq
+ AUTHOR: olgeni@FreeBSD.org
+
+ The rabbitmq-3.6.10_1 port has been changed to use version 19 of
+ the Erlang runtime, because RabbitMQ is not yet compatible with
+ version 20.
+
+ Upgrades to the previous rabbitmq-3.6.10 must be avoided as
+ they can lead to data corruption due to changes in Erlang 20.
+
20170622:
AFFECTS: users of database/postgresql* and other software using PostgreSQL to run
AUTHOR: tz@FreeBSD.org