#
# @(#) darkgps.tgz package version: 2.0.3, Release date: Tue Aug 29 18:29:14 EDT 2006
#
#
# @(#) Changes file for the darkgps project
#
2006-08-29
	*	Version 2.0.3 is ready. gpschart was missing from 2.0.2
#
2006-08-28
	*	Version 2.0.2 is ready. Documentation changes/cleanup only.
#
2006-08-22
	*	Version 2.0.1 is ready.
	*	Added the timesplit program and the WeeklyMaint script.
	*	Fixed a problem where the fork-and-write-log process
		would garble the serial port.
	*	Be aware that the Device::SerialPort perl module has a bug
		that prints an error when the child process exits (from the
		write log routine). The fix is this:

		On the SerialPort.pm file,  mine is at:
		/usr/lib/perl5/site_perl/5.8.4/i486-linux/Device/SerialPort.pm

		Line 2020:
		Replace:
			"$self->{HANDLE}->close if ($self->{HANDLE}->opened);"
		With:
			if( $self->{HANDLE} ) {
				$self->{HANDLE}->close if ($self->{HANDLE}->opened);
			}

		Mr. Kees Cook has said that he will fix this in the future.
		
	*	Added the ability to keep the Output and LiveData windows to a single line
		by adding the -m command line.
#
2006-06-15
	*	Version 2.0 is ready. Almost two months since the start
		of version 2.0.
	*	Documentation is done.
	*	The unlock command was forgotten. It is there now.
	*	Added many small improvements
#
2006-06-07
	*	This version is a strong candidate for release!
	*	Finished the Leap Second parse for 6/8/12 Channel receivers
	*	Added the Read File command
	*	Completed the gpschart program
	*	Added many small improvements
#
2006-05-26
	*	Completed the HTML file generation
	*	Completed the timelog function.
	*	Added the SysInit keyword in the .ini file
		so system commands can be added there
	*	Added the sleep command
	*	Added the LED blink command
	*	Fixed many minor errors and annoyances
#
2006-05-18
	*	Added Lock mode. F12 locks the screen. Prevents keying errors,
		in a busy environment.
	*	Completed M12 receiver command parsing
	*	Completed VP/UT receiver command parsing
	*	Cleanup of screen handling code
	*	Finally got all F keys to work. 
	*	Added the -i command line option to handle a .ini
		configuration file to hold all options.
		See "gpsdisplay.ini" for complete reference.
#
2006-05-11
	*	Made the serial port code load conditional. It the serial port code
		does not exist then it will not be possible to connect to the receiver.
	*	The help system has been fixed.
	*	Re-write of some screen build routines.
	*	Re-arranged the sections so the structure is more logical.
#
2006-05-01
	ntpscon.c, ntpscon.h, Implemented changes to limit number of connections
	as per Glenn <glenn@net127.com>
#
2006-04-28
	ntpscon.c, ntpscon.h, Added all commands that I could find
	for the UT, GT M12 etc. receivers.
	ntpscon.c added the Ha and Ba commands to the commands that have
	multiple slots.
#
2006-04-17
	gpsdisplay - Major re-write start. Added serial port connectivity, 
	M12, GT, Basic and HPZ3801A support.
#
2005-12-31
	Leap Second Updates
#
2002-03-25
	First release 2002-03-25
