0.94: released ABI 1.3 (4:0:3) ABI 1.0 compatible.
* added symbols:
   tmplpro_set_log_file
   tmplpro_param_allocated_memory_info

0.93: released ABI 1.2 (3:0:2) ABI 1.0 compatible.
* added symbols:
   tmplpro_reset_int_options
   tmplpro_get_option_template_root
   tmplpro_set_option_template_root

0.92: no ABI changes.

0.91: released ABI 1.1 (2:0:1) ABI 1.0 compatible.
* added symbols:  
   tmplpro_get_int_option
   tmplpro_set_int_option
   tmplpro_errno
   tmplpro_errmsg

0.90: released ABI 1.0 (1:0:0).
* PSTRING now use const pointers
* added MPSTRING with non-const pointers
* added symbols:  
	tmplpro_tmpl2pstring
	tmplpro_set_expr_as_null
  	tmplpro_get_option_ext_data_state
  	tmplpro_set_option_ext_data_state

* removed symbols: 
  	tmplpro_get_expr_as_string
  	tmplpro_get_option_select_loop_scope_functype
  	tmplpro_set_option_select_loop_scope_functype
	tmplpro_get_option_die_on_bad_params
	tmplpro_set_option_die_on_bad_params

* changed symbols: 
	tmplpro_get_option_EndLoopFuncPtr
	tmplpro_set_option_EndLoopFuncPtr
to 
	tmplpro_get_option_ExitLoopScopeFuncPtr
	tmplpro_set_option_ExitLoopScopeFuncPtr

	tmplpro_get_option_root_param_map
	tmplpro_set_option_root_param_map
to
	tmplpro_clear_option_param_map
	tmplpro_count_option_param_map
      	tmplpro_push_option_param_map

	tmplpro_get_option_case_sensitive
	tmplpro_set_option_case_sensitive
to
	tmplpro_get_option_tmpl_var_case
	tmplpro_set_option_tmpl_var_case


* removed callback: select_loop_scope_functype
* changed callbacks: added ABSTRACT_DATASTATE* to param data - related callbacks

* Multiple root param maps are now allowed, so tmplpro_clear_option_param_map/tmplpro_push_option_param_map
  is used instead of tmplpro_set_option_root_param_map.

* case_sensitive option is now moved to wrappers.
  C library itself now use tmpl_var_case option.

* tmplpro_get_expr_type now returns explicit EXPR_TYPE_NULL

0.83-0.87 no API/ABI changes.
0.82	  API officially released. ABI: 0:0:0 released
