From bea1433eadb5fb824be6ff98bdc72d990d1f35a1 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 13 Aug 2012 02:52:25 +0100 Subject: [PATCH] Bump version to 0.8.11 --- CHANGELOG.markdown | 8 ++++++++ init/msm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index fb1650f..69da925 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,14 @@ Maintainers: Change Log ---------- +### [0.8.11](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.10...0.8.11) + +* Fixed issue [#76][#76], where tab completing "help" or "update" would exit the terminal. +* Made "help" and "update" reserved names to prevent clashing with server names. + +[#76]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/76 + + ### [0.8.10](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.9...0.8.10) * Improved versioning to use the latest Minecraft version by default, and tell the user what's happening and how to control it themselves. Fixes issue [#79][#79]. diff --git a/init/msm b/init/msm index 6ce70c1..95f2f30 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.10" +VERSION="0.8.11" # Source, if it exists, the msm profile.d script