Bumped version to 0.6.4.

This commit is contained in:
Marcus Whybrow 2012-07-17 23:40:39 +01:00
parent 914cc03cae
commit 7ab754b980
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,14 @@ Maintainers:
Change Log
----------
### [0.6.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.3...0.6.4)
* Closes issue [#25][#25] by improving the `msm <server> start` command to be more robust. It now alerts the user when the server jar to be started cannot be found, and prints out dots for each log line created during startup. The absence of these dots make it simple to spot a hanging server.
* Fixed a bug with the `msm <server> say` command, where it would only accept 2 or more arguments.
[#25]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/25
### [0.6.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.2...0.6.3)
* Improved the `msm server list` command to show active/inactive and running/stopped statuses. Thanks to [oldman,j's suggestion][uservoice-2987515].

View File

@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
### The Minecraft Server Manager version, use "msm version" to check yours.
VERSION="0.6.3"
VERSION="0.6.4"
### Config variables the user should not need/want to change