From 8cebd74b0afcc9b18168ec15ce0858930eb4aea1 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 4 Aug 2023 12:02:57 +0100 Subject: [PATCH] update typo, sslv3 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39f856f9..7c0709753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Changed -- Alpine OTP builds are now from alpine 3.18, which is SSLv3 compatible. +- Alpine OTP builds are now from alpine 3.18, which is OpenSSLv3 compatible. If you use alpine OTP builds you will have to update your local system. -- Debian OTP builds are now from a base of bookwork, which is SSLv3 compatible. +- Debian OTP builds are now from a base of bookworm, which is OpenSSLv3 compatible. If you use debian OTP builds you will have to update your local system to bookworm (currently: stable).