Hi all,
Ronin 0.9.5 has been released. This version contains a fix for serving favicon.ico files, and streamlines the initialization process for new Ronin apps. It also bumps the Gosu version used by new apps to 0.9-12.
To upgrade an existing (0.9.4) Ronin app to 0.9.5:
1. with Maven installed, run "mvn versions:use-latest-releases" from your Ronin app's folder
OR manually replace all occurrences of "0.9.4" in your Ronin app's pom.xml file with "0.9.5"
2. replace html/WEB-INF/web.xml with a new copy from
here. (On the off-chance that you modified your web.xml by hand, you'll have to re-apply your changes.)
-Gus