From 4fc519cb11a935f5e27a727256d4b5481e54aeb5 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 15 Jul 2012 18:32:18 +0100 Subject: [PATCH] Bumped version to 0.6.3. --- CHANGELOG.markdown | 7 +++++++ init/msm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0cb0f7e..63db990 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [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]. + +[uservoice-2987515]: http://minecraftservermanager.uservoice.com/forums/166773-general/suggestions/2987515-the-server-list-command- + + ### [0.6.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.1...0.6.2) * Fixed issue [#49][#49] where, probably since 0.6.0, `active` files where not being created upon server start. diff --git a/init/msm b/init/msm index a37a572..bbcdbef 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.6.2" +VERSION="0.6.3" ### Config variables the user should not need/want to change