Date of release: 2003-09-03
Maintenance and bugfix release.
Changes on the Java side
- 
              
Improvements to JSP taglib support. If some third party taglib didn't work for you with FreeMarker, maybe now it will.
- 
                  
The JSP
PageContextnow implementsforwardandincludemethods. - 
                  
Accepting
EVAL_PAGEas an alias toSKIP_BODYin return values fromdoStartTag. It's a common bug in some widespread tag libraries, and now FreeMarker is less strict and accepts it. 
 - 
                  
 - 
              
Fixes for some rare problems regarding namespaces of macros.
 
Other changes
- 
              
Minor improvements to the documentation.
 
