
CallNotify History
------------------
0.18  Server: External programs can be executed on new log entries

0.17  internal release

0.16  Client and Server modifications for improved connectivity.

0.15  Client: Gets the last 10 entries of the log from server when 'c'
              is pressed.
      Server: Can now send the last 10 log entries to clients.


0.14  Client: Shows server status information when 's' is pressed.
              Automatically reconnects to server if connection was broken.
      Server: Improved client registration and connection.
              Server can send status information to client.


0.13  Client: Sends an alive message to the server every 30 seconds. If the
              server doesn't reply, the client notifies the user that it lost
              the connection to the server.
      Server: Now responds to alive messages sent by the client.


0.12  Server: New method for checking the log file for cases where the logging
              program doesn't release the file (Capi Snoop) and thus the
              modification date won't change. The new method reads the file
              every <interval> ms to check for changes and can be turned on
              via config setting "method=READ". The interval can be set via
              config setting "interval=xxxx", 1000 ms is the default.


0.11  Client: In case the client can't determine it's own IP address, it will
              use one that is specified in config.txt with forceIP = <ip>
      Script: client13.cmd started the server, fixed.


0.1   First public release
