mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/rabbitmq: add upgrade and UPDATING messages
This commit is contained in:
parent
189bfde11e
commit
6df9b5d518
2 changed files with 21 additions and 0 deletions
10
UPDATING
10
UPDATING
|
@ -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
|
||||
|
|
11
net/rabbitmq/files/pkg-message.in
Normal file
11
net/rabbitmq/files/pkg-message.in
Normal 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
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue