]> jfr.im git - irc/anope/website.git/commitdiff
Add the news post for the 2.0.16 release.
authorSadie Powell <redacted>
Fri, 19 Jul 2024 12:44:18 +0000 (13:44 +0100)
committerSadie Powell <redacted>
Fri, 19 Jul 2024 12:44:18 +0000 (13:44 +0100)
_config.yml
_posts/2020s/2024-07-19-anope-2016-release.md [new file with mode: 0644]

index b2ea9f7e284b3ddd3f25069bc9fe0b3a78d02e87..224644d3ab39ddc076d7c619f18cccdf090eb427 100644 (file)
@@ -42,8 +42,8 @@ releases:
     source: https://github.com/anope/anope/archive/refs/tags/2.1.7.tar.gz
     windows: https://github.com/anope/anope/releases/download/2.1.7/anope-2.1.7.exe
   stable:
-    version: 2.0.15
-    date: 2024-02-17
-    news: /news/2024/anope-2015-release.html
-    source: https://github.com/anope/anope/archive/refs/tags/2.0.15.tar.gz
-    windows: https://github.com/anope/anope/releases/download/2.0.15/anope-2.0.15r2.exe
+    version: 2.0.16
+    date: 2024-07-19
+    news: /news/2024/anope-2016-release.html
+    source: https://github.com/anope/anope/archive/refs/tags/2.0.16.tar.gz
+    windows: https://github.com/anope/anope/releases/download/2.0.16/anope-2.0.16.exe
diff --git a/_posts/2020s/2024-07-19-anope-2016-release.md b/_posts/2020s/2024-07-19-anope-2016-release.md
new file mode 100644 (file)
index 0000000..7647cea
--- /dev/null
@@ -0,0 +1,39 @@
+---
+layout: post
+title: Anope 2.0.16 Release
+author: Sadie
+category: 2024
+---
+
+Anope 2.0.16 has been released. This is a stable release which fixes various bugs that have been found since the previous release.
+
+The notable changes include:
+
+- Added a workaround for users matching expired sqlines.
+- Fixed a copy/paste error in webcpanel.
+- Fixed a crash in db_flatfile caused by trying to serialize data without a type.
+- Fixed duplicate messages when synconset/syncongroup is set.
+- Fixed expiring channel suspensions.
+- Fixed expiring forbids.
+- Fixed expiring nick suspensions.
+- Fixed feature detection on InspIRCd.
+- Fixed InspIRCd account cloaks causing CHGHOST spam when a user also has a services vhost.
+- Fixed joining users to channels with a key set on InspIRCd.
+- Fixed logging users out fully when their nick gets suspended.
+- Fixed marking boolean columns in SQL as TEXT instead of INT.
+- Fixed matching extbans on InspIRCd and implement missing matchers.
+- Fixed operserv/sqline expiry on UnrealIRCd
+- Fixed respecting --noexpire in cs_suspend and ns_suspend.
+- Fixed sending emails to nicks ending with a backslash.
+- Fixed sending SVSTOPIC when topiclock is loaded on InspIRCd.
+- Fixed some SQL tables taking up too much space on disk.
+- Fixed the default config for channel suspensions.
+- Fixed the TIME message on InspIRCd.
+- Fixed trying to escape SQL data when not connected to MySQL.
+- Fixed {ldap,sql}\_authentication creating zombie accounts on expiry.
+
+All users are recommended to upgrade.
+
+SHA256 Sum: `29a0ca188371c2e2324d8b1cb5a528038c19cf2b73bc65aca123785bdb207d3c` [anope-2.0.16.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.0.16.tar.gz)
+\
+SHA256 Sum: `592da8766b2bd6897b6cdc7e4bdf001b90004a846a1ca9c0dc7b39991490637d` [anope-2.0.16.exe](https://github.com/anope/anope/releases/download/2.0.16/anope-2.0.16.exe)