From 0.3 to 0.4
---------------

* TODO		s/near/distant
* AUTHORS	Updated authors email address.
* main(): 	Checks for getenv() exception (lacking variables etc.)
* logTurn(): 	Added permission control for reading and writing the log-file
* fileCheck():  Moved to a source file of its own
* fileCheck():  Added existance checking with stat(), and not just readability checking, but also permission.
* main():	Extended checking of 'ping' permissions, to 'command not found' as well as 'permission denied'
* main():	Added if (logFile == htmlFile).. Just in case
* main():	Fixed ./ and ~ extension for -config argument as well
* general:	ICPLD now marks a connection as available if the fallback ip replies when down, and not only the 
		main ip (horrible bug, I know (but hey, check the version numbers))
* general:	Fixed some general and standard English language issues	
* general:	Removed the bug which generated the following confusement:

		Fallback ip 127.0.0.1 seems available. Connection back up!
		Got ICMP reply from 192.168.0.2.. Connection available!  <- Even though that ip was still down
		Sending ICMP request to 192.168.0.2...
		192.168.0.2 isn't responding. Trying fallback ip...


From 0.1 to 0.3
----------------

* main(): Added stamp to HTML log
* main(): Altered HTML formatting
* main(): Command line parsing; 
   	  Fixed bug which made -log read the logfile specified in the
	  config file, even if -logfile was given at the command line, 
	  unless -log came after -logfile,
* main(): Rewrote the get_current_dir_name() to comply to even more compilers.
 	  Even them old pesky ones.
* main(): Fixed the directory confusement if one for example did -logfile ./log.
	  Since the function firstr() chdirs to ~/.icpld pwd was dito. Hence ./log
	  actually meant ~/.icpld/log anyways. 
* main(): Fixed the html formatting, even on files set by -htmlfile or from the config.

