Revision history for Perl extension HTML::Template::Pro.

0.01  Thu Feb 24 17:20:58 2005
	- original version; created by h2xs 1.23 with options
		-A -O -b 5.5.0 -c -n HTML::Template::Pro --skip-exporter *.h

0.17  Tue Mar  8 10:19:28 2005
	- First stable release. 

0.26  Tue Mar 28 23:05:00 2005
	- Full support of template syntax. 

0.34  Mon Apr 11 16:31:36 2005
	- First public release. 
	- Distinctions from original HTML::Template:
		* No support for querying of templates, filter
		* No support for die_on_bad_params=1, strict=1:
	warn but not die issued when one tries to include template
	with no_includes=1 or exceeded max_includes.

0.35  Thu May 19 19:10:38 2005
	- added warnings on incorrect tags like /tmpl_else 

0.36  Thu May 23 19:10:38 2005
	- merged HTML::Template 2.7 
	- added escape=js modifier from 2.7

0.37  Thu June 2 11:22:38 2005
	- internal refactoring

0.38  Thu June 9 13:39:24 2005
	- added basic support for EXPR="expr" from HTML::Template::Expr. 
	  it includes numeric arithmetic and comparisons.

0.40  Thu July 7 12:18:22 2005
	- added support for string comparisions in EXPR="... " tags

0.41  Thu Jul 26 12:18:22 2005
	- EXPR="... " tags: string type comparisions now support digits
	- grammar is improved
	- bug fixes

0.42  Thu Aug 2 16:26:35 2005
	- complete support of EXPR="... " tags

0.43  Thu Aug 2 19:26:35 2005
	- added documentation of EXPR="... " tags

0.44  Thu Aug 12 19:03:05 2005
	- underquoted string fix (thanks to Christopher Pryce)

0.45  Thu Aug 19 21:17:01 2005
	- merged patch of Emiliano Bruni 
	With this extension, arbitrary chars can be used in variable name inside 
	the 'EXPR' tag if bracketed in {}, as, for example, EXPR="{foo.bar} eq 'a'".

0.47  Wed Aug 31 19:29:31 2005
	- merged patch of Stanislav Yadykin
	  (implemented his regexp extension)

0.48  Wed Aug 31 20:31:41 2005
	- added support for cmp in Expr
	- minor bugfixes in string comparison

0.50  Thu Sep 8 12:34:56 2005
	- added new debug subsystem

0.51  Thu Sep 15 19:37:13 2005
	- compatibility fixes in Expr

0.52  Thu Sep 30 14:39:00 2005
	- Expr: fixed bug with empty string passed (thanks to Stanislav Yadykin)
	- added filters support

0.53  Tue Oct  5 20:02:15 2005
	- fixed realloc bug (thanks to Stanislav Yadykin)
	- fixed comment-like tag bug (thanks to Niklas Bichinger)
	- fixed incorrect params processing (thanks to Jim Spath)

0.54  Mon Oct 17 10:08:14 2005 
	- portability fixes

0.55  Mon Oct 23 00:02:16 2005 
	- added IMITATE build option 
	  (imitate behavior of HTML::Template even on broken templates)
	  requested by Jim Spath

0.56  Tue Nov  1 21:45:52 2005
	- fixed memory leak (thanks to Jim Spath)
	- ELF symbols cleanup

0.57  Tue Nov  8 22:57:02 2005
	- fixed bug in Expr with negative variables (thanks to Stanislav Yadykin)

0.58  Wed Nov 30 23:56:36 2005
	- added support for Expr and Default in Include tag
	  (thanks to Mike Greenish)
	- improvements in portability

0.59  Sun Jan 22 21:46:23 EET 2006
	- improvements in portability

0.60  Thu Feb  2 14:36:26 EET 2006
	- portability changes for Win32 (thanks to Viacheslav Sheveliov)
	- portability changes for hpux-pa-risc
	- tests data integrity test in Makefile.PL

0.61  Sat Feb  4 21:34:56 EET 2006
        - Win32 support (thanks to Viacheslav Sheveliov)
	  now HTML::Template::Pro should work on Win32.