From c56d0b7f18a2f08595c817edf4a734a7a052dca3 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 7 Dec 2022 12:26:12 +0100 Subject: [PATCH] Update release notes: fix browser reference, has to be <1.2 and not =1.2. --- doc/RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 7e1730e57..9e7947018 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -50,8 +50,8 @@ You can help us by testing this release and reporting any issues at https://bugs * Since UnrealIRCd 4.2.2 (March 2019) users see an on-connect notice with a warning when they use an outdated TLS protocol or cipher that does not meet these requirements. - * This move also reflects the phase out of TLSv1.2 that happened in - browsers in 2020/2021. + * This move also reflects the phase out of versions below TLSv1.2 which + happened in browsers in 2020/2021. * In practice on the client-side this requires at least: * OpenSSL 1.0.1 (released in 2012) * GnuTLS 3.2.6 (2013)