From 73dc1a08db0f475a6dc6cf20a2f2bfa193d69aaa Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 29 Dec 2021 15:27:31 +0100 Subject: [PATCH] ** UnrealIRCd 6.0.1 ** --- Config | 2 +- doc/RELEASE-NOTES.md | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Config b/Config index 5930b7ae7..de5ac8525 100755 --- a/Config +++ b/Config @@ -356,7 +356,7 @@ echo "We will now ask you a number of questions. You can just press ENTER to acc echo "" # This needs to be updated each release so auto-upgrading works for settings, modules, etc!!: -UNREALRELEASES="unrealircd-6.0.0 unrealircd-6.0.0-rc2 unrealircd-6.0.0-rc1 unrealircd-6.0.0-beta4 unrealircd-6.0.0-beta3 unrealircd-6.0.0-beta2 unrealircd-6.0.0-beta1 unrealircd-5.2.2 unrealircd-5.2.1.1 unrealircd-5.2.1 unrealircd-5.2.1-rc1 unrealircd-5.2.0.2 unrealircd-5.2.0.1 unrealircd-5.2.0 unrealircd-5.2.0-rc1 unrealircd-5.0.9.1 unrealircd-5.0.9 unrealircd-5.0.9-rc1 unrealircd-5.0.8 unrealircd-5.0.8-rc1 unrealircd-5.0.7 unrealircd-5.0.7-rc1 unrealircd-5.0.6 unrealircd-5.0.5.1" +UNREALRELEASES="unrealircd-6.0.0 unrealircd-6.0.0-rc2 unrealircd-6.0.0-rc1 unrealircd-6.0.0-beta4 unrealircd-6.0.0-beta3 unrealircd-6.0.0-beta2 unrealircd-6.0.0-beta1 unrealircd-5.2.3 unrealircd-5.2.2 unrealircd-5.2.1.1 unrealircd-5.2.1 unrealircd-5.2.1-rc1 unrealircd-5.2.0.2 unrealircd-5.2.0.1 unrealircd-5.2.0 unrealircd-5.2.0-rc1 unrealircd-5.0.9.1 unrealircd-5.0.9 unrealircd-5.0.9-rc1 unrealircd-5.0.8 unrealircd-5.0.8-rc1 unrealircd-5.0.7 unrealircd-5.0.7-rc1 unrealircd-5.0.6" if [ -f "config.settings" ]; then . ./config.settings else diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 0956e8e53..dc928ddcb 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -1,10 +1,6 @@ -UnrealIRCd 6.0.1-git +UnrealIRCd 6.0.1 ================= -**This is work in progres** - -This is the second stable release of UnrealIRCd 6. - -If you are already running UnrealIRCd 6 then read below on the small +If you are already running UnrealIRCd 6 then read below on the few changes between 6.0.0 and 6.0.1. Otherwise, jump straight to the [summary about UnrealIRCd 6](#Summary) to learn more about UnrealIRCd 6. @@ -56,7 +52,7 @@ security issues will be fixed. Finally, after July 1, 2023, If you want to hold off for a while because you are cautious or if you depend on 3rd party modules (which may not have been upgraded yet by their -authors) then feel free to wait for a 6.0.1 or 6.0.2 release. +authors) then feel free to wait a while. If you are upgrading from UnrealIRCd 5 to 6 then you can use your existing configuration and files. There's no need to start from scratch.