v. 1.0 (Dec 24 2003):
	Inital public release.

v. 1.1 (Jan 4 2004):
	A couple of minor corrections.
	new functions added:

v. 1.2 (Mar 3 2004):
	Complete rewrite of a central routine that seemingly could cause the DLL crash under some circumstances.

v. 1.3 (Mar 15 2004):
	a handful of new function have been added to obtain the dates of common variable holidays,
	  such as Easter Sunday, Ascension, Labor Day, and Thanksgiving.

v. 1.5 (May 15 2004):
	Two new functions:
	  @timedate(LeapYear,[year]) (check leapyear status) and 
	  @timedate(DiffVDS,[datetimevalue],[datetimevalue]) (to compare two VDS date/time values and obtain
	    the diff in Years|Months|Days|Hours|Mins|Secs|Msecs). 

	A problem with random access violation errors on certain computers solved. 

v. 1.6 (Dec 2 2004):
	Various changes in the source, for instance most functions that rely on some time/date input now 
	  will assume current time/date and so work even if the normal parameters are blank.

v. 1.7:
	Private build
	
v. 1.8 (Aug 26 2005):
	New stuff: 
	* GMTcurrent: get VDS date/time value for current GMT time 
	* GMTdiff: String denoting GMT offset, for instance GMT +4 
	* GMT-Local: Conversion to/from local time and GMT 
	* IsDayOfWeek: Test if date value is a specific day of the week 
	* AgeAtDate: Person's age at a specific date.

v. 1.9 (Aug 12 2009):
	DLL built with a newer Delphi version.
	Internal operation of a couple of functions tweaked a bit.
	Function GetFileDT expanded to obtain also LastAccess and Creation time.

