]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
Add header to release notes
authorBram Matthys <redacted>
Sat, 8 Sep 2018 15:21:37 +0000 (17:21 +0200)
committerBram Matthys <redacted>
Sat, 8 Sep 2018 15:21:37 +0000 (17:21 +0200)
Config
doc/RELEASE-NOTES

diff --git a/Config b/Config
index a3d0eb0852ab7fbc8bae5d5b8b4c06226fb96fb0..1cfd61ca1853404240af727051e5d5fa0df756fd 100755 (executable)
--- a/Config
+++ b/Config
@@ -452,7 +452,7 @@ echo ""
 
 if [ -z "$NOCACHE" ] ; then
        # This needs to be updated each release so auto-upgrading works for settings, modules, etc!!:
-       UNREALRELEASES="unrealircd-4.0.18 unrealircd-4.0.18-rc1 unrealircd-4.0.17 unrealircd-4.0.17-rc1 unrealircd-4.0.16.1 unrealircd-4.0.16 unrealircd-4.0.15 unrealircd-4.0.14 unrealircd-4.0.14-rc1 unrealircd-4.0.13 unrealircd-4.0.13-rc1 unrealircd-4.0.12.1 unrealircd-4.0.12 unrealircd-4.0.11 unrealircd-4.0.10 unrealircd-4.0.9 unrealircd-4.0.8.4 unrealircd-4.0.8.3 unrealircd-4.0.8.2 unrealircd-4.0.8.1"
+       UNREALRELEASES="unrealircd-4.0.18 unrealircd-4.0.18-rc2 unrealircd-4.0.18-rc1 unrealircd-4.0.17 unrealircd-4.0.17-rc1 unrealircd-4.0.16.1 unrealircd-4.0.16 unrealircd-4.0.15 unrealircd-4.0.14 unrealircd-4.0.14-rc1 unrealircd-4.0.13 unrealircd-4.0.13-rc1 unrealircd-4.0.12.1 unrealircd-4.0.12 unrealircd-4.0.11 unrealircd-4.0.10 unrealircd-4.0.9 unrealircd-4.0.8.4 unrealircd-4.0.8.3 unrealircd-4.0.8.2 unrealircd-4.0.8.1"
        if [ -f "config.settings" ]; then
                . ./config.settings
        else
index 1e38c9db45ea7687ce449c57c08fbe85d4d96dbf..6c8ff48558f2274fbfaa19daaef3f9408e6f9550 100644 (file)
@@ -1,6 +1,9 @@
 UnrealIRCd 4.0.19-rc1 Release Notes
 ====================================
 
+This is the first release candidate for UnrealIRCd 4.0.19. Please help
+test this release and report all bugs to https://bugs.unrealircd.org/
+
 Enhancements:
 * New option to disable a module: blacklist-module "modulename";
   This will cause any 'loadmodule' lines for that module to be ignored.