Bumped version to 0.7.1.

This commit is contained in:
Marcus Whybrow 2012-07-22 08:08:15 +01:00
parent 7e89f4dd12
commit 381b627bb6
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@ Maintainers:
Change Log
----------
### [0.7.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.0...0.7.1)
* Fixed issue [#54][#54] where setting a server's jar file would fail to create the symbolic link.
[#54]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/54
### [0.7.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.4...0.7.0)
* Added `/etc/profile.d/msm.sh` support. Define environment variables there, and both MSM and bash completion scripts will see it. At this point you can add the `MSM_SCRIPT` and `MSM_CONF` environment variables to tell MSM where you have installed your MSM files:

View File

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