Date of release: 2007-04-20
This release contains several important bugfixes.
Changes on the Java side
- 
              [1589245] MultiTemplateLoaderclears its internal cached data (used for optimizing subsequent lookups of the same template) whenConfiguration.clearTemplateCache()is invoked.
- 
              [1619257] A bug that caused an exception when strict_bean_modelwas used in a FreeMarker configurationPropertiesobject or in the<#setting .../>directive has been fixed.
- 
              [1685176] A bug that caused StackOverflowErrorin certain interactions of garbage collector with MRU cache under Sun's Java 6 JVM has been fixed.
- 
              [1686955] When ResourceBundleModelconstructsMessageFormatobjects, it passes them its own locale. More info...
- 
              [1691432] A bug that caused BeansWrapper.EXPOSE_SAFEto be no safer thanBeansWrapper.EXPOSE_ALLhas been fixed.
Changes on the FTL side
- 
              [1628550] You can now use dateExp?string.fullfor formatting dates using Java built-in formatjava.util.Date.FULLMore info...
