Move 4.0 release notes to 4.0.1.md

This commit is contained in:
Michael Klishin 2024-09-18 20:07:18 -04:00 committed by GitHub
parent 0ec1fcb252
commit 04d8afe1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## RabbitMQ 4.0.0
## RabbitMQ 4.0.1
RabbitMQ `4.0.0` is a new major release.
RabbitMQ `4.0` is a new major release.
Starting June 1st, 2024, community support for this series will only be provided to [regularly contributing users](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md)
and those who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
@ -166,6 +166,13 @@ repositories maintained by the RabbitMQ Core Team.
[Community Docker image](https://hub.docker.com/_/rabbitmq/), [Chocolatey package](https://community.chocolatey.org/packages/rabbitmq), and the [Homebrew formula](https://www.rabbitmq.com/docs/install-homebrew)
are other installation options. They are updated with a delay.
### Known Issue: Incorrect Version in Generic Binary Builds
Generic binary builds of `4.0.1` incorrectly report their version as `4.0.0+2`. This also applies to plugin
names.
Other artefacts (Debian and RPM packages, the Windows installer) report the version correctly.
## Upgrading to 4.0
@ -376,5 +383,5 @@ GitHub issues: [#8334](https://github.com/rabbitmq/rabbitmq-server/pull/8334), [
## Source Code Archives
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.0.tar.xz`
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.1.tar.xz`
instead of the source tarball produced by GitHub.