Skip to content

Commit

Permalink
Add the news post for the v3.17.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jun 28, 2024
1 parent 422f2de commit 6630265
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ navigation:
misc:
# theme: red {default} | green | blue
theme: red
currentVersion: 3.17.0
currentVersion: 3.17.1
gitHubUrl: https://github.com/inspircd
latestUrl: https://github.com/inspircd/inspircd/releases/latest
configGuideUrl: https://docs.inspircd.org/3/configuration
Expand Down
1 change: 0 additions & 1 deletion _posts/2023-12-22-v3170-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: InspIRCd v3.17.0 released!
author: Sadie
layout: post
featured: true
contributors:
- Hendrik Jäger
- Sadie Powell
Expand Down
28 changes: 28 additions & 0 deletions _posts/2024-06-28-v3171-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: InspIRCd v3.17.1 released!
author: Sadie
layout: post
featured: true
contributors:
- Sadie Powell
---

InspIRCd v3.17.1 is now available, [download it from the releases page](https://github.com/inspircd/inspircd/releases/tag/v3.17.1).

The most notable changes in this release are:

- Fixed erroneously showing `RPL_CHANNELSMSG` when the hidden channel list has been blocked.

- Fixed not comparing server fingerprints case insensitively.

- Fixed not sending `ERR_USERNOTINCHANNEL` when a user tries to give a prefix mode to a user not in the channel.

- Fixed the mysql module not closing the TCP connection properly on connection failure.

<!--more-->

No breaking configuration changes have been made since the v3.0.0 release but if you are upgrading from v2 please consult our [list of config changes in v3](https://docs.inspircd.org/3/breaking-changes).

The full change log can be found [on the docs site](https://docs.inspircd.org/3/change-log/#inspircd-3171) or [on GitHub](https://github.com/inspircd/inspircd/compare/v3.17.0...v3.17.1).

Please [consider supporting my development via GitHub Sponsors](https://github.com/sponsors/SadieCat/).

0 comments on commit 6630265

Please sign in to comment.