Skip to content

Commit 1d314ad

Browse files
committed
Release 4.2.9
1 parent 5a98b08 commit 1d314ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelogs/4.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ Released 17th April 2022.
107107
- Fixed a memory leak in RakLib which could result in a server crash when players stay online for a long time.
108108
- Fixed server crash when attempting to load a corrupted empty resource pack.
109109
- Fixed users with the same name with differerently cased letters being able to duplicate items (userdata is matched by case-insensitive name).
110+
111+
# 4.2.9
112+
Released 19th April 2022.
113+
114+
## Fixes
115+
- Fixed several potential crashes when deserializing item NBT (due to insufficient validation of input data).

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "4.2.9";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
private function __construct(){

0 commit comments

Comments
 (0)