Skip to content

Commit e655564

Browse files
committed
Release 7.1.5
1 parent efb9d3b commit e655564

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@ This file is used to auto-generate the "Changelog" section of Sopel's website.
22
When adding new entries, follow the style guide in NEWS.spec.md to avoid
33
causing 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+
527
Changes between 7.1.3 and 7.1.4
628
===============================
729

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sopel
3-
version = 7.1.5-dev
3+
version = 7.1.5
44
description = Simple and extensible IRC bot
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)