Skip to content

Commit

Permalink
update to v2.4.9
Browse files Browse the repository at this point in the history
- added warning log type
- added error code in log
- added ms whitelist import
- added kill child signal when pproc dies (incomplete)
- added first occurring major ms error is reported to client

- improved ms soft freeze scheduler
- improved logic structure in servctrl
- improved errco logging

- bugfix os build tags
- bugfix player name extraction
- bugfix major error report to client
- bugfix improved security for whitelist check
- bugfix array error when bad request
- bugfix print of data usage
- bugfix bad log coloring
- bugfix ms terminal hanging
- bugfix ms soft freeze scheduler
- bugfix force freeze error when ms is starting
  • Loading branch information
gekigek99 committed Nov 26, 2022
1 parent e645cd7 commit b49dd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _(for vanilla/modded on linux/windows/macos)_
</a>
</p>

version: v2.4.8
version: v2.4.9
Copyright (C) 2019-2022 [gekigek99](https://github.com/gekigek99)

Check the [releases](https://github.com/gekware/minecraft-server-hibernation/releases) to download the binaries (for linux, windows and macos)
Expand Down
2 changes: 1 addition & 1 deletion lib/progmgr/progmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COMMIT COLLECTION
*/

var (
MshVersion string = "v2.4.8" // msh version
MshVersion string = "v2.4.9" // msh version
MshCommit string = "-------" // msh commit

// msh program
Expand Down

0 comments on commit b49dd15

Please sign in to comment.