File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,28 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22When adding new entries, follow the style guide in NEWS.spec.md to avoid
33causing problems with the site build.
44
5+ Changes between 7.1.4 and 7.1.5
6+ ===============================
7+
8+ Since 7.1.4 was released, an [expiring TLS root certificate][le-expiration]
9+ caused us some problems in the old CI system we're still using for Sopel 7.1.x
10+ to run tests against EOL versions of Python. Our workaround in [#2192][]
11+ (basically "Workaround 1" from [this OpenSSL blog post][openssl-102-fixes])
12+ might be of use to anyone still running Sopel on an old system.
13+
14+ Core changes
15+ ------------
16+
17+ * Fixed incorrect behavior during unrecognized SASL authentication [[#2190][]]
18+ * Ignore case when checking config sections for "defined" settings [[#2193][]]
19+
20+ [#2190]: https://github.com/sopel-irc/sopel/pull/2190
21+ [#2192]: https://github.com/sopel-irc/sopel/pull/2192
22+ [#2193]: https://github.com/sopel-irc/sopel/pull/2193
23+ [le-expiration]: https://letsencrypt.org/2021/10/01/cert-chaining-help.html
24+ [openssl-102-fixes]: https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/
25+
26+
527Changes between 7.1.3 and 7.1.4
628===============================
729
Original file line number Diff line number Diff line change 11[metadata]
22name = sopel
3- version = 7.1.5-dev
3+ version = 7.1.5
44description = Simple and extensible IRC bot
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments