From: Sadie Powell Date: Thu, 4 Jan 2024 20:54:17 +0000 (+0000) Subject: Add the news post for the 2.1.1 release. X-Git-Url: https://jfr.im/git/irc/anope/website.git/commitdiff_plain/45c0bb2f59435777c66baf9db3be25a83c3eaacd?hp=4767c71bb1b18fde80eb4761c35c207f6b0facbb Add the news post for the 2.1.1 release. --- diff --git a/_config.yml b/_config.yml index 4360260..5369e7c 100644 --- a/_config.yml +++ b/_config.yml @@ -33,11 +33,11 @@ plugins: releases: devel: - version: 2.1.0 - date: 2023-10-24 - news: /news/2023/anope-210-release.html - source: https://github.com/anope/anope/archive/refs/tags/2.1.0.tar.gz - windows: https://github.com/anope/anope/releases/download/2.1.0/anope-2.1.0.exe + version: 2.1.1 + date: 2023-01-04 + news: /news/2024/anope-211-release.html + source: https://github.com/anope/anope/archive/refs/tags/2.1.1.tar.gz + windows: https://github.com/anope/anope/releases/download/2.1.1/anope-2.1.1.exe stable: version: 2.0.14 date: 2023-08-06 diff --git a/_posts/2023-11-24-anope-210-release.md b/_posts/2023-11-24-anope-210-release.md index 388725b..4ef4415 100644 --- a/_posts/2023-11-24-anope-210-release.md +++ b/_posts/2023-11-24-anope-210-release.md @@ -37,4 +37,4 @@ Users who want to test out new features are encouraged to upgrade. Before upgrad SHA256 Sum: fd46d7cf740deae4557c2e9fd69c791f51a2f00c15659a6d4ea3a0057bfd796b [anope-2.1.0.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.1.0.tar.gz) \ -SHA256 Sum: f91e4b6a385abfe687baa48946c45d49900450a731a8a59d6ad00d88df40575e [anope-2.1.0.exe](https://github.com/anope/anope/releases/download/2.0.14/anope-2.1.0.exe) +SHA256 Sum: f91e4b6a385abfe687baa48946c45d49900450a731a8a59d6ad00d88df40575e [anope-2.1.0.exe](https://github.com/anope/anope/releases/download/2.1.0/anope-2.1.0.exe) diff --git a/_posts/2024-01-04-anope-211-release.md b/_posts/2024-01-04-anope-211-release.md new file mode 100644 index 0000000..f970d95 --- /dev/null +++ b/_posts/2024-01-04-anope-211-release.md @@ -0,0 +1,26 @@ +--- +layout: post +title: Anope 2.1.1 Release +author: Sadie +category: 2024 +--- + +Anope 2.1.1 has been released, which is the second release on our new development branch. + +The notable changes include: + +- Added the UNBANME privilege to allow users to unban themselves. +- Added the m_regex_stdlib module. +- Fixed building on Windows systems without chgrp/chmod. +- Fixed creating sockets in the m_dns, m_httpd, m_proxyscan, and m_redis modules. +- Fixed reading the values of command line arguments. +- Moved core privilege descriptions to the example configs. +- Removed the m_regex_pcre module (use m_regex_pcre2 instead). +- Updated the Italian translation. +- Updated the Polish translation. + +Users who want to test out new features are encouraged to upgrade. Before upgrading you may wish to take a backup of your databases and read the [upgrading guide](/upgrading.html). If you encounter any incompatibilities that aren't mentioned on this page then [please open an issue](https://github.com/anope/website/issues/new). + +SHA256 Sum: `ba36579322158dc1076e07206aef11564fec60248e59b27eb83897590e67fe6d` [anope-2.1.1.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.1.1.tar.gz) +\ +SHA256 Sum: `a36cb766778096b8c4596c39f1fbd09268247a350287ff484a597d7d9113e72b` [anope-2.1.1.exe](https://github.com/anope/anope/releases/download/2.1.1/anope-2.1.1.exe)