/*---------------------------------------------------------------------------

Product  : Serial ProxyServer Ver 2.00 (MTPSR3-100)
Date 	 : 07 Oct 1999
Author   : Jyothi 
Contents : Procon directory (Win UI) changes history.

---------------------------------------------------------------------------*/

Jo 09/01/99 : Added AutoDetect Feature.
	      On any LAN Segment the autodetect feature autodetects the box and
	      provides and address belonging to that LAN segment(which is configurable 
	      by the user). and proceeds to download default setup. 
	      This feature eliminates the need of having to plug the box to a COM port.
	      Changed files procon.cpp, ipdnld.cpp, tftpif.h.
	      Added new files autodete.cpp, ipdetect.cpp, autodete.h, ipdetect.h.

Jo 19/02/99 : If WAN is disabled do not disable PPP if we do so it
	      creats a lot of problem because of a bug in code which 
	      requires PPP to be enabled all the time.
	      Changed files wandlg.cpp.

Jo 07/04/99 : To reflect the addition of a new modem when OK 
	      is pressed in any of the tabs not nessarily Advanced Tab.
	      Changed files wandlg.cpp.

Jo 08/06/99 : Added new ports nos. for VOIP.
	      Changed files proxy.cpp.

Jo 23/06/99 : Added RAS feature.
	      Changed files procon.rc, ipprx.h, ipdnld.h, procon.h, cnffile.h, pppdlg.cpp, 
	      wandlg.cpp, wandefs.cpp, maindlg.cpp, ipdnld.cpp, ipprx.cpp, portstat.cpp,
	      procon.cpp.

Jo 30/06/99 : Added Static routes feature. Use configured static routes instead
	      of using a sunnetted environment.	
	      Changed files procon.rc, ipprx.cpp, procon.rc, cnffile.h.
	      Added new files iproutes.cpp and iproutes.h.

Jo 23/06/99 : Added DHCP Client feature.
	      Changed files procon.rc, ipprx.cpp, cnffile.h.

Jo 20/07/99 : Added UDB in Wizard Setup
	      Changed files procon.cpp, usercom.cpp, poweron.cpp, procon.rc.

Jo 06/09/99 : Added Upgrade ProxyServer feature from ver 1.00 to 2.00.
	      Added new files upgrade.cpp and upgrade.h.
	      Changed files maindlg.cpp, poweron.cpp, utils.cpp, readbmp.cpp,
	      procon.cpp, procon.rc, readbmp.h, procon.h.
	
Jo 22/09/99 : Validate Primary and Secondary address.
	      Changed files ipdnld.cpp.

Jo 23/09/99 : Added Support for support configurable FTP Data and Control Ports
	      Added new files ftpports.cpp and ftpports.h.
	      Changed files procon.rc, proxy.cpp, proxy.h, cnffile.h, maindlg.cpp.

Jyothi 26 Oct 1999
------------------
	Modified file wandlg.cpp to Proxy/RAS interdependencies.
	Modified portstat.cpp to display proper statistics.

Jyothi 15 Nov 1999
------------------
	Modified file prxfilt.cpp to allow user defined application filters and 
	allow filter with same port number but different protocol.

Jyothi 16 Nov 1999
------------------
	Modified file portstat.cpp. Introduced one more message string for DialIn Port Type.
												
Jyothi 17 Nov 1999
------------------
	Modified file pppdlg.cpp and wandlg.cpp. If MLPPP is enabled 
	then DialOn Demand should be disabled on WAN2 and WAN3. All ports 
	will be controlled as one link on WAN1.

Jyothi 24 Nov 1999
------------------
	Modified file userscom.cpp. UDB header length was sent as 512 instead 
	of 64 and so all the other headers, script etc residing in that 8k 
	sector was overwritten.

        Modified file prxfilt.cpp. Added validations for user defined application filter.

Jyothi 08 Dec 1999
------------------
	During install when downloading bin don't prompt the user to select the file. 
	Instead download proxy200.bin directly from the working directory. 
	Modified file powercod.cpp

Jyothi 09 Dec 1999
------------------
	Proxy will crash if we are trying to upgrade ver 2.00. So if the current version is 
	2.00(not 1.00 or 1.01) then don't upgrade.
	Modified file procon.cpp, poweron.cpp, poweron.h

-----------------------------------------------------------------------------
          Name of Engineer : Jyothi
                      Date : 29-Dec-1999
            Files modified : wandlg.cpp
Problem/change description : Made changes to prevent Assigned IP address from 
			     being overwritten and wrap around the address if required.

-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
          Name of Engineer : Jyothi
                      Date : 03-Jan-2000
            Files modified : wandlg.cpp, utils.cpp, utils.h
Problem/change description : Changed scheme to get next next available IP address 
			     for RAS clients that also includes duplication check

-----------------------------------------------------------------------------
