Skip to content

Commit

Permalink
Release 3.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Feb 16, 2021
1 parent 16fa264 commit 3a0c8dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelogs/3.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ Plugin developers should **only** update their required API to this version if y
- `CraftItemEvent->getOutputs()` now returns a list starting at offset 0, instead of random offsets. (Note that the contents still won't be ordered.)
- Fixed a bug that broke synchronized building, bridging, towering and more.
- Objects in memory dumps no longer show inherited properties multiple times.

# 3.17.5
- Reduced CPU wastage by the logger thread.
- Fixed LevelDB deprecation errors on PHP 8.0.
- Added some protocol changes for 1.16.200 which were previously overlooked.
- Player XUIDs are now tracked. If a player's XUID does not match the previously recorded XUID when they next join the server, they will be kicked. This can be disabled by the `player.verify-xuid` setting in `pocketmine.yml`.
- `BUILDING.md` now has a note about `build/server-phar.php`'s compression bug (a bug in PHP).
2 changes: 1 addition & 1 deletion src/pocketmine/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

const NAME = "PocketMine-MP";
const BASE_VERSION = "3.17.5";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;

0 comments on commit 3a0c8dd

Please sign in to comment.