Bumped version to 0.2.11.

This commit is contained in:
Marcus Whybrow 2012-06-25 13:04:36 +01:00
parent 3e84582d5d
commit d363281057
2 changed files with 12 additions and 4 deletions

View File

@ -11,11 +11,17 @@ Maintainers:
Change Log
----------
### [0.2.11](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.0...0.2.11)
* Improved substring approach, which failed on some systems.
### [0.2.10](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.9...0.2.10)
* Fixed issue #28. Which prevented the `msm jargroup delete` command working.
* Fixed issue [#28][#28]. Which prevented the `msm jargroup delete` command working.
* Fixed a typo in the `msm version` help text.
[#28]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/28
### [0.2.9](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.8...0.2.9)
* Fixed issue [#23][#23] which caused commands to fail registration on some systems.
@ -33,12 +39,14 @@ Change Log
### [0.2.6](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.5...0.2.6)
* Added the "all" keyword which can be used to execute a command for all servers. Closes #16
* Added the "all" keyword which can be used to execute a command for all servers. Closes [#16][#16]
* Added [Travis CI integration][travis] for per commit unit testing.
* Improved command error messages to give specific command errors. Closes issue #10.
* Improved command error messages to give specific command errors. Closes issue [#10][#10].
* Fixed issue [#15][#15] which left a "tail" command process running after certain commands.
[#15]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/15
[#16]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/16
[#10]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/10
[travis]: http://travis-ci.org/#!/marcuswhybrow/minecraft-server-manager

View File

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