]> jfr.im git - irc/anope/website.git/commitdiff
Add the news post for the 2.1.1 release.
authorSadie Powell <redacted>
Thu, 4 Jan 2024 20:54:17 +0000 (20:54 +0000)
committerSadie Powell <redacted>
Thu, 4 Jan 2024 20:54:17 +0000 (20:54 +0000)
_config.yml
_posts/2023-11-24-anope-210-release.md
_posts/2024-01-04-anope-211-release.md [new file with mode: 0644]

index 4360260346d82a92aa174f8cb7d93d3a4e68ead9..5369e7ca1578c5a943c29a937488430a9cd86a56 100644 (file)
@@ -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
index 388725b61f2d922c591e787381298d7da52e5f0a..4ef441579bd8e22bec9cfaa0f3197376fb8b511f 100644 (file)
@@ -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 (file)
index 0000000..f970d95
--- /dev/null
@@ -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)