Skip to content

Commit

Permalink
Add the news post for the v4.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Aug 3, 2024
1 parent c37fc6c commit 3256d34
Show file tree
Hide file tree
Showing 3 changed files with 31 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: 4.1.0
currentVersion: 4.2.0
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/2020s/2024-07-14-v410-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: InspIRCd v4.1.0 released!
author: Sadie
layout: post
featured: true
contributors:
- Marcus Rueckert
- Sadie Powell
Expand Down
30 changes: 30 additions & 0 deletions _posts/2020s/2024-08-14-v420-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: InspIRCd v4.2.0 released!
author: Sadie
layout: post
featured: true
contributors:
- Sadie Powell
---

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

The most notable changes in this release are:

- Added support for the IRCv3 WebSocket subprotocols.

- Fixed allowing text websockets when the server has a non-utf8 charset.

- Fixed automatic synchronisation of unset extensibles.

- Fixed exposing the real hostname of users when recloaking.

- Fixed parsing S2S `UID` messages from 1205 (v3) servers.

<!--more-->

No breaking configuration changes have been made since the v4.0.0 release. Please consult [the list of breaking changes](https://docs.inspircd.org/4/breaking-changes) if you are upgrading from v3.

The full change log can be found [on the docs site](https://docs.inspircd.org/4/change-log/#inspircd-401) or [on GitHub](https://github.com/inspircd/inspircd/compare/v4.1.0...v4.2.0).

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

0 comments on commit 3256d34

Please sign in to comment.