From 79afee868d784eb90972deb3ea89c96702585968 Mon Sep 17 00:00:00 2001 From: metagn Date: Wed, 14 Sep 2022 21:14:58 +0300 Subject: partial revert and redesign of #19814, changelog (#20341) * conservative partial revert of #19814 * fix * revert tssl * revert azure CI change * keep azure, revert version range * fully revert CI, add changelog * useOpenssl3 as separate define, .3 is a version --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 7945120ff..8d574f2b0 100644 --- a/changelog.md +++ b/changelog.md @@ -36,9 +36,13 @@ - [Overloadable enums](https://nim-lang.github.io/Nim/manual_experimental.html#overloadable-enum-value-names) are no longer experimental. +- Static linking against OpenSSL versions below 1.1, previously done by + setting `-d:openssl10`, is no longer supported. + ## Standard library additions and changes [//]: # "Changes:" +- OpenSSL version 3 is now supported by setting either `-d:sslVersion=3` or `-d:useOpenssl3`. - `macros.parseExpr` and `macros.parseStmt` now accept an optional filename argument for more informative errors. - Module `colors` expanded with missing colors from the CSS color standard. -- cgit 1.4.1-2-gfad0