net/rabbitmq: add upgrade and UPDATING messages

This commit is contained in:
Dave Cottlehuber 2024-03-16 11:56:38 +00:00
parent 189bfde11e
commit 6df9b5d518
2 changed files with 21 additions and 0 deletions

View file

@ -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.
20240316:
AFFECTS: users of net/rabbitmq
AUTHOR: dch@FreeBSD.org
In preparation for upgrading to future RabbitMQ releases, users *must*
enable all feature flags before upgrading stepwise to v3.12.13, to be
able to migrate later to v3.13.0 when it is released in 2024Q2.
See https://www.rabbitmq.com/docs/upgrade for details.
20240228:
AFFECTS: users of www/redmine50
AUTHOR: bofh@FreeBSD.org

View file

@ -0,0 +1,11 @@
[
{ type: upgrade
message: <<EOM
In preparation for upgrading to future RabbitMQ releases, users *must*
enable all feature flags before upgrading stepwise to v3.12.13, to be
able to migrate later to v3.13.0 when it is released in 2024Q2.
See https://www.rabbitmq.com/docs/upgrade for details.
EOM
}
]