Version 4.2.0 Change Log
=================================================
Dispatch tab:

Removed dispatch 'orig' and 'dest' labels.

Added 3 new fields where user can communicate with server
1. ORIG - icao code, sent in position reports (dest)
2. DEST - icao code, sent in position reports (orig)
3. FNUM - flight number, sent in flight report (fnum)

Pressing the Request button sends user, orig, dest, fnum

Process the request on the server with dispatch.php and reply with
a single message to display to the user on the Dispatch tab of fsacars.

=================================================
Flight Report:

A new field, fnum, is sent in the flight report; it is the value
set by the user on the Dispatch tab.

=================================================
Updated org.cfg:

Added a new parameter, hashalgo.

Currently the following values are supported: 
MD5, SHA1, SHA256, SHA512, BCrypt

Note: if hashalgo is set to any other value, then the user
password will be sent in cleartext.

=================================================
Other:

Datestamp value now epoch based on UTC, rather than system time

airtime - added

Version label and acknowledgements moved to Settings tab.

Revised terms_of_use.txt
