2010-08-29  Igor Vlasenko  <viy@altlinux.org>

	* updated to support .dll >= 0.94 (1.3 ABI)
	* TODO: tmplpro_param_allocated_memory_info declared but not used.

2009-11-22  Igor Vlasenko  <viy@altlinux.org>

	* updated to support .dll >= 0.93 (1.2 ABI)

2009-09-23  Igor Vlasenko  <viy@altlinux.org>

	* updated to support .dll >= 0.91 (1.1 ABI)
	* added support for option 'strict': if 'strict' is enabled,
	exception is thrown if template is parsed with errors.
	use 'strict' together with output2string to suppress output.

2009-09-07   Igor Vlasenko <viy@altlinux>

	* updated to support .dll >= 0.90 (1.0 ABI)
	* added tmpl_var_case option as a fast alternative to case_sensitive
	* added reset() helper method.
	* output to string now use new tmplpro_tmpl2pstring built-in func.
	* added output2string().
	* added unit tests ported from perl.
	* find_file callback is deprecated and is disabled by default.
	
	* output*() methods now are void;
	* output(StringBuilder) removed.
	* getParamRoot(): changed signature from IDictionary getParamRoot()
	to object getParamRoot().
