HISTORY FILE FOR CGIMailer for Windows95/NT4.0.

	* version 2.11 September 1999.

		- Now, blank ATTACH directives are allowed in configuration file for
		use with checkboxes.


	* version 2.10 Jun 1999.

		- Now you can use LOCATION and ERRLOCATION to redirect users browser
		to appropriate location rather than use response and error templates

	* version 2.02 May 1999.

		- Fixed bug which hanged CGIMailer in some cases when sending mail
		with attacment.

	* version 2.01 March 1999.

		- Fixed some bugs related to memory managment.

	* version 2.00 January 1999.

		- CGIMailer now supports attachments.

	* version 1.31 October 1998.

		- Fixed problem with SMTP connection failed error, wich was generated by
		CGIMailer when wellcome message sent by SMTP server, comes in more than
		one tcp/ip package.

	* version 1.30 October 1998.

		- Variable prefixes optionally can be "REQ_", "SYS_", "ENV_" to avoid conflicts
		in variable naming with java script.

	* version 1.21 July 1998.

		- CGIMailer now accepts 0x1a character in configuration file wich some DOS
		editors put on the end of file.

		- Some code optimisation was done.

	* version 1.20 Jun 1998.

		- Added SAVETOFILE variable to configuration file.
		SAVETOFILE allows to specify file in wich input from form will be saved.

	* version 1.11 May 1998.

		- Some bugs were corrected

	* version 1.10 March 1998.

		- Added automatic POST/GET method recognition.

		- Added Bcc field.

		- Configuration file variables are now proccessed in fixed order as
		follows:
			- ERRTEMPLATE
			- TEMPLATE
			- MSGTEMPLATE
			- TO
			- FROM
			- CC
			- BCC
			- GATEWAY
			- SUBJECT
			- TIMEOUT
			- PORT
			- DEBUG
		This prevents CGIMailer to use built in messages for error in configuration file
		when an ERRTEMPLATE variable is given in configuration file - so You don't have
		to put ERRTEMPLATE variable on begining of configuration file.

		- Improved robustness and reliability.

	* version 1.00 January 1998.
	
		- This is original version.

