HISTORY FILE FOR CGIMailer for Windows95/NT4.0/Windows2000.

	* version 3.10 December 2000

		- now you can use multiple SAVETOFILE directives in configuration.

	* version 3.03 March 2000.

		- version 3.03 fixes some smaller bugs from v3.02.

	* version 3.02 March 2000.

		- version 3.02 fixes possible security problem where potential attaker
		can obtain read access to private files by instructing CGIMailer to use
		configuration file uploded to server by FTP or some other method.

		- Version 3.02 also fixes problem with redirection (found in v3.00 nd
		v3.01). Also, fixed is problem with old-style templates (when built-in
		message was appended to response).

	* version 3.01 March 2000.
		
		- This version is maintance update (1.5 Kb smaller than v3.00).

	* version 3.00 November 1999.

		- This version introduces new response template file, which allows
		you to specify error responses and success response in single file.
		Also, now you can use variables in error responses as well (in both,
		old style error template and new response template).
		See RESPONSE_TEMPLATE configuration variable for more information
		about new response template.

		- Also, referer filtering is now possible with REFBASE_ALLOW and
		REFBASE_DENY configuration variables.

		- New "SYS_" variables are added:
		SYS_CONFIGFILE - contains path to configuration file passes to CGMailer.
		SYS_RESPTEMPLATE - name of new style response template file.
		SYS_ERRMESSAGE - built in error message which you can include in your
				response.
		SYS_ERRLEVEL - error code if an error occures, or 0 on succes.
		SYS_STATUS - "Error" on error and "Succes" on succes.

		- In case of critical bug (which may cause CGIMailer to crash) CGIMailer
		will now catch system exception and display error message.
		Such messages are titled as: "CGIMailer Error (critical)".

	* version 2.12 November 1999.

		- This version is bugfix.

	* 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.

