History.txt in trinidad-1.4.3 vs History.txt in trinidad-1.4.4

- old
+ new

@@ -1,4 +1,21 @@ +== Trinidad 1.4.4 (2012-10-19) + +* make sure setting FileHandler's rotatable to false works (#82) +* first draft for web-app logging configuration to avoid use hacks e.g. + for disabling rotation (this feature is not yet official and might change) +* fix new lines (ala default Rails.logger) in console output +* set correct (JRuby-Rack) layout for web apps and use app.root + (besides rails.root) +* check whether (jruby.) params are specified in system properties (#92) +* fix JUL::ConsoleHandler - not setting up JRuby streams correctly (#88) + +== Trinidad_jars 1.1.1 (2012-10-17) + +* Tomcat 7.0.32 http://tomcat.apache.org/tomcat-7.0-doc/changelog.html +* avoid using the "global" (and redundant) TRINIDAD_LIBS constant +* load the .jar files instead of requiring them (no more $: polution) + == Trinidad 1.4.3 (2012-09-20) * allow to keep (and configure) the jsp servlet (support for serving .jsp pages) * decreased jruby.runtime.acquire.timeout default from 10 to 5 seconds * removed Threads=MIN:MAX option from Rack::Handler (makes no sense right now)