Update of /cvsroot/webmacro/webmacro/distroot
In directory sc8-pr-cvs1:/tmp/cvs-serv13530/distroot
Modified Files:
	RELEASE-NOTES 
Log Message:
updated docs and such for 1.1final release
Index: RELEASE-NOTES
===================================================================
RCS file: /cvsroot/webmacro/webmacro/distroot/RELEASE-NOTES,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** RELEASE-NOTES	21 Dec 2002 17:52:27 -0000	1.19
--- RELEASE-NOTES	4 Jan 2003 21:51:42 -0000	1.20
***************
*** 1,9 ****
! WebMacro 1.1b3
  ---------------
                      
! This is the third in a series of Beta releases for WebMacro 1.1.  WM 1.1 includes
! new features such as #macro, #count, $functions(), and various bugfixes.
  
! WebMacro is alive, and this release is proof!
  
  The best place for information about WebMacro is our website:
--- 1,10 ----
! WebMacro 1.1final
  ---------------
                      
! This is WebMacro 1.1.
  
! WM 1.1 includes new features such as #macro, #count, $functions(), and numerous bugfixes.
! 
! WebMacro is alive, and this production quality release is proof!
  
  The best place for information about WebMacro is our website:
***************
*** 21,24 ****
--- 22,34 ----
  -----------------------
  
+ - Fix for Tomcat and template loading from .jar files (Sebastian)
+ 
+ - Fix NPE's when calling methods using the 'null' keyword
+ 
+ - Add .tmpl as a recognized template file extension for #parse and #include
+ 
+ Changes prior to this Release
+ -----------------------------
+ 
  - cleanup to various error messages (eric)
  
***************
*** 35,43 ****
  - WebMacro.properties settings for default FastWriter buffer size and 
  max pool size (eric) 
-  
- 
- 
- Changes Prior to this Release
- -----------------------------
  
  - more documentation concerning new features (brian, keats, lane)
--- 45,48 ----
 |