Skip to content

Commit 7125a6a

Browse files
committed
Add the news post for the v4.1.0 release.
1 parent 7b2d123 commit 7125a6a

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ navigation:
5555
misc:
5656
# theme: red {default} | green | blue
5757
theme: red
58-
currentVersion: 4.0.1
58+
currentVersion: 4.1.0
5959
gitHubUrl: https://github.com/inspircd
6060
latestUrl: https://github.com/inspircd/inspircd/releases/latest
6161
configGuideUrl: https://docs.inspircd.org/3/configuration

_posts/2020s/2024-07-02-v401-released.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: InspIRCd v4.0.1 released!
33
author: Sadie
44
layout: post
5-
featured: true
65
contributors:
76
- Sadie Powell
87
---
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: InspIRCd v4.1.0 released!
3+
author: Sadie
4+
layout: post
5+
featured: true
6+
contributors:
7+
- Marcus Rueckert
8+
- Sadie Powell
9+
---
10+
11+
InspIRCd v4.1.0 is now available, [download it from the releases page](https://github.com/inspircd/inspircd/releases/tag/v4.1.0).
12+
13+
The most notable changes in this release are:
14+
15+
- Allowed `/ACCEPT` to bypass more message restriction user modes.
16+
17+
- Fixed a memory leak in the regex_pcre2 module.
18+
19+
- Fixed high CPU and network usage caused by rebursting the account nick list.
20+
21+
- Fixed mistakenly skipping empty lines in MOTD files.
22+
23+
- Fixed unregistering extbans when a module unloads.
24+
25+
<!--more-->
26+
27+
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.
28+
29+
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.0.1...v4.1.0).
30+
31+
Please [consider supporting my development via GitHub Sponsors](https://github.com/sponsors/SadieCat/).

0 commit comments

Comments
 (0)