From 26aee7ff73a982dd45abf8184c715f290ce23fdb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 1 Apr 2022 23:01:15 +0100 Subject: [PATCH] Release 4.2.6 --- changelogs/4.2.md | 6 ++++++ src/VersionInfo.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelogs/4.2.md b/changelogs/4.2.md index 1aecd14a6..6451bfe88 100644 --- a/changelogs/4.2.md +++ b/changelogs/4.2.md @@ -79,3 +79,9 @@ Released 28th March 2022. ### Gameplay - Reduced the appearance of ghost items in unsupported gameplay scenarios using client prediction information. This fixes, for example, the appearance of ghost items when right-clicking on a filled flower pot. + +# 4.2.6 +Released 1st April 2022. + +## Fixes +- Fixed buffer length underflow crash in `LoginPacket` handling. diff --git a/src/VersionInfo.php b/src/VersionInfo.php index 4c526ad92..da3fb420e 100644 --- a/src/VersionInfo.php +++ b/src/VersionInfo.php @@ -32,7 +32,7 @@ use function str_repeat; final class VersionInfo{ public const NAME = "PocketMine-MP"; public const BASE_VERSION = "4.2.6"; - public const IS_DEVELOPMENT_BUILD = true; + public const IS_DEVELOPMENT_BUILD = false; public const BUILD_CHANNEL = "stable"; private function __construct(){