Hi all,
We are pleased to announce about the release of GroovyServ 0.13.
This version has two fixes of issues about groovyclient(.sh) command
installed by GVM. And now `groovyclient(.sh)` supports server operations
for restart/kill by `-Cr/-Ck` options. Furthermore, this version has a new
'groovyserv-setup-nativeclient' command for platform independent package
which is used by GVM. So you can easily make a native client and replace
'groovyclient' command with it if you have 'make' and 'gcc'.
* if it seems old, please clear the browser caches.
Please inform us anything about GroovyServ.
Regards,
--
Yasuharu NAKANO / nobeans
-------------------------------------------------------
[Changelogs]
New Features:
- [Client] `groovyclient(.sh)` supports server operations by `-Cr/-Ck` options
- [Install] `groovyserv-setup-nativeclient` command is added to platform independent
package to build a native `groovyclient` and replace `groovyclient(.sh)` shell script with it.
Improvements:
- `groovyclient.rb` supports `-Chost` and `-Cauthtoken`
- `GROOVYSERVER_HOST` environment variable is supported to specify server address from client
- (Improved some checks when starting server)
- (Spock-nized all tests)
- (Improved build system)
- (Thoroughly refactored shell scripts)
Bug Fixes:
- Fixed 48: `groovyclient(.sh)` installed by GVM causes an error
- Fixed 49: `groovyclient` doesn't work with non-default ports
-------------------------------------------------------