From 4dce81f3e8d97a6b7e391be497df1d7099e7c326 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Thu, 5 Jul 2012 14:12:55 +0100 Subject: [PATCH] Bumped version to 0.4.1. Fixes #37. Fixes #39. --- CHANGELOG.markdown | 11 +++++++++++ init/msm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1ea196d..2747cae 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,17 @@ Maintainers: Change Log ---------- +### [0.4.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.0...0.4.1) + +* Fixed issue [#37][#37] where the `msm stop` command would hang. Thanks to merging pull request [#38][#38] from [@escortkeel][@escortkeel]. +* Fixed issue [#39][#39] where server jar symlinks were not created. Thanks to merging pull request [#40][#40] from [@jives][@jives]. + +[@escortkeel]: https://github.com/escortkeel +[#37]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/37 +[#38]: https://github.com/marcuswhybrow/minecraft-server-manager/pull/38 +[@jives]: https://github.com/jives +[#40]: https://github.com/marcuswhybrow/minecraft-server-manager/pull/40 + ### [0.4.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.4...0.4.0) * Added the ` give [amount] [data]` command. Closes [#34][#34]. Thanks to [@Vi3GameHkr][@Vi3GameHkr] for the suggestion. diff --git a/init/msm b/init/msm index bc84e08..98d752a 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.4.0" +VERSION="0.4.1" ### Config variables the user should not need/want to change