== 0.9.3 (2010-07-27)

* Tomcat updated to version 7.0.0
* fix TRINIDAD-9: Tomcat SSL configure options keystore and keystoreFile
* fix TRINIDAD-10: When a web.xml is provided the tomcat's context doesn't start properly

== 0.9.2 (2010-05-24)

* Autoload the rackup file when it's under the directory WEB-INF.
* Let jruby-rack reads the rackup file instead of passing its content as an init parameter.
* Allow to configure the rack servlet from the configuration options.
* Allow to use crt files to configure SSL

== 0.9.1 (2010-05-09)

* Move all configuration logic to a Lifecycle listener:
    - Keeps the initial configuration so the provided web xml files are no more needed.
    - Avoids workarounds in the hotdeploy extension.
* Disable more Tomcat's default behaviours. Process Tlds is also disabled.
* Allow to specify webapp extensions in the extensions root section.
* Allow to configure the Http connector.

== 0.9.0 (2010-04-28)

* Tomcat updated to version 6.0.26, added constant to get its version.
* Jars cleaned, 300kb less to load :)
* Default configuration file name moved from tomcat.yml to trinidad.yml
* Fixes bug merging configuration files
* Configuring application through web.xml to avoid weird lifecycle problems

== 0.8.3 (2010-04-17)

* Extensions improvements:
    - Enable command line extensions.
    - Allow to overload the server.

== 0.8.2 (2010-04-09)

* Fixes yaml parser error. Thank to @elskwid

== 0.8.1 (2010-04-06)

* Uses JRuby-Rack gem

== 0.8.0 (2010-04-04)

* Support for extensions (database connection pooling is the first one using it)
* Splitting the gem in two, the core gem and the jars gem

== 0.7.0 (2009-12-01)

* Support to run different applications within the same Tomcat container

== 0.6.0 (2009-11-02)

* Rackup compatibe frameworks support

== 0.5.0 (2009-10-27)

* JRuby-rack updated to version 0.9.5
* Added Rack dependency to avoid using vendorized version

== 0.4.1 (2009-07-26)

* using jruby-rack development version to solve some bugs related with it.

== 0.4.0 (2009-07-16)

* support for ssl connections
* support for ajp connections

== 0.3.0 (2009-07-07)

* project renamed due to tomcat legal issues

== 0.2.0 (2009-06-23)

* custom configuration from a yaml file
* load options from a custom web.xml

== 0.1.2

* Autoload application custom jars and classes.
* Added some specs.
* Server refactor.

== 0.1

* Initial release.
* Running default rails applications.