From 7affffda324327b13f744d74f0c8911d7284bac1 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 12 Aug 2012 01:48:34 +0100 Subject: [PATCH] Bump version to 0.8.6 --- CHANGELOG.markdown | 8 ++++++++ init/msm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 27b32e6..47f2de7 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,14 @@ Maintainers: Change Log ---------- +### [0.8.6](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.5...0.8.6) + +* Prevent script complaing that `This command must be executed as the user "root"` after every command. Fixes [#77][#77] and [#78][#78]. + +[#77]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/77 +[#78]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/78 + + ### [0.8.5](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.4...0.8.5) * Fixed `msm update` output showing the "created files" section only when files were being *updated*. diff --git a/init/msm b/init/msm index 3ef393c..a74faf8 100755 --- a/init/msm +++ b/init/msm @@ -28,7 +28,7 @@ # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.8.5" +VERSION="0.8.6" # Source, if it exists, the msm profile.d script