File Release Notes and Changelog
Release Name: 2.3.2
Notes:
Bugfix release. 2.3.1 users please upgrade!
Changes:
Changes on the Java side
------------------------
* Bugfix: If you use JSP taglibs in FreeMarker templates, FreeMarker
possibly tried to get DTD-s from the Sun Web site because of a bug
introduced with FreeMarker 2.3.1. This was a serious problem since if
your server is offline or the Sun Web site becomes temporarily
inaccessible the templates that are using JSP taglibs will possibly
die with error.
* Bugfix: The DefaultObjectWrapper has ignored the value of the
"nullModel" property. (Note that it's discouraged to use a ``null
model''.)