]> jfr.im git - irc/anope/website.git/commitdiff
Convert the 2023 news posts to proper Markdown.
authorSadie Powell <redacted>
Mon, 17 Jul 2023 15:29:20 +0000 (16:29 +0100)
committerSadie Powell <redacted>
Mon, 17 Jul 2023 15:29:20 +0000 (16:29 +0100)
_config.yml
_posts/2023-06-03-anope-2013-release.md
_posts/2023-07-09-bug-reports-have-moved-to-github.md

index bdf1ad258615bf528e453b3bbab8e8d64d7e3d89..94b305a2dea92e1b1a95524e57c0863d3310ce13 100644 (file)
@@ -7,7 +7,7 @@ permalink: /news/:year/:title:output_ext
 navigation:
     - Home: /
       About: /about.html
-      News: /news
+      News: /news/
       Downloads: https://github.com/anope/anope/releases
       Team: /team.html
       Contact: /contact.html
index 851b801f716bfd2b95a858dcde449d5794e9a855..fa81531037c95c7442119a8bc3f3f268c8bf1426 100644 (file)
@@ -10,23 +10,17 @@ Anope 2.0.13 has been released, which contains mostly bug fixes but also a few t
 
 The notable changes includes:
 
-Fixed a crash on some compilers when trying to call methods on a null pointer
-<br/>
-Fixed a crash when encountering an unterminated commented config block
-<br/>
-Fixed erroneously rejecting spaces in fantasy:name
-<br/>
-Fixed marking services pseudoclients as an oper on InspIRCd
-<br/>
-Fixed not checking user@ip as well as user@host when logging into an operator account
-<br/>
-Fixed setting the vhost/vident during SASL on UnrealIRCd
-<br/>
-Updated the German translation
-<br/>
-Updated the Italian translation
+- Fixed a crash on some compilers when trying to call methods on a null pointer
+- Fixed a crash when encountering an unterminated commented config block
+- Fixed erroneously rejecting spaces in fantasy:name
+- Fixed marking services pseudoclients as an oper on InspIRCd
+- Fixed not checking user@ip as well as user@host when logging into an operator account
+- Fixed setting the vhost/vident during SASL on UnrealIRCd
+- Updated the German translation
+- Updated the Italian translation
 
 All users are recommended to upgrade.
 
-SHA256 Sum: 9795d3041340b50233819c8c8e49e3f34dacd3bb4a81d3269adde358643fbf63 <a href="https://github.com/anope/anope/archive/refs/tags/2.0.13.tar.gz">anope-2.0.13.tar.gz</a><br/>
-SHA256 Sum: 3359d9dfedd3dec959b99af14925182d98b05598ab51518dc9b7916b6eaf1498 <a href="https://github.com/anope/anope/releases/download/2.0.13/anope-2.0.13.exe">anope-2.0.13.exe</a>
+SHA256 Sum: 9795d3041340b50233819c8c8e49e3f34dacd3bb4a81d3269adde358643fbf63 [anope-2.0.13.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.0.13.tar.gz)
+\
+SHA256 Sum: 3359d9dfedd3dec959b99af14925182d98b05598ab51518dc9b7916b6eaf1498 [anope-2.0.13.exe](https://github.com/anope/anope/releases/download/2.0.13/anope-2.0.13.exe)
index 929890b95b537413c69f0ac1704e1d934db391c3..dc25e58387049a2336f4512cf63576feeedee6af 100644 (file)
@@ -6,6 +6,6 @@ category: 2023
 # date: 2023-07-09T21:13:36+00:00
 ---
 
-The Anope bug tracker has moved to <a href="https://github.com/anope/anope/issues">GitHub</a>. Please report all new issues and feature requests there.
+The Anope bug tracker has moved to [GitHub](https://github.com/anope/anope/issues). Please report all new issues and feature requests there.
 
 The old MantisBT tracker will remain online for existing issues until all of those have either been resolved or migrated to GitHub.