[sln] Update version to be in line with security hotfix release
This avoids "am I vulnerable to this?" confusion if running a :dev image or a -git package.
This commit is contained in:
parent
112d6affd0
commit
c6408805d0
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## v2024.1-beta4.security2
|
||||
This is a security hotfix release. It's identical to v2024.1-beta4.security1, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators.
|
||||
|
||||
### Backend
|
||||
- Several DoS & stack overflow vulnerabilities in the MFM parser were resolved
|
||||
|
||||
### Miscellaneous
|
||||
- Performance of the MFM parser (and by extension, the frontend) should be significantly improved, as the backport of the security fixes also contains all other performance-related changes since v2024.1-beta4.
|
||||
|
||||
### Attribution
|
||||
This release was made possible by project contributors: Laura Hausmann
|
||||
|
||||
## v2024.1-beta4.security1
|
||||
This is a security hotfix release. It's identical to v2024.1-beta4, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators.
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<!-- Version metadata -->
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>2024.1</VersionPrefix>
|
||||
<VersionSuffix>beta4.security1</VersionSuffix>
|
||||
<VersionSuffix>beta4.security2</VersionSuffix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue