#$Id: History,v 1.9 1997/05/03 12:01:20 lexa Exp $
# (C) 1996 by Alex Tutubalin, lexa@lexa.ru
#
1.4.0 -  SMTP  POP gateways,    charset
   	 Content-Type: .   gateways  Mike
	Shoyher,    1.4.0     .
	,   .
	
	 feature ( charset  Content-Type) 
	 http-gateway.

	    emailcharset,  HTTP-gateway  
	charset  Content-Type __      charset 
	   .
	 POP3  SMTP    . ..    
	    ,      
	      . ..  
	 ( ) 
	Content-Type: text/plain; charset=some\n
	 some    charset,  .
	         - 
	  .  __ SMTP/POP gateways  
	.
	
	   AIX 4.1 ( Ilfak Guilfanov).
	  ,   Makefile.aix

1.3.5 -       :
        0 - stdin -     
	1 - stdout -    
	netfd -    - ""  
	 connect -   server side

	 , .. inetd  dup2(0,1); dup2(0,2),  
	     .  
	   custom gateways,    .
	,  gateway    - client_to_server 
	(GW_client)  server_to_client (GW_server).   
	    gateways (     ).
	
	    - (  
	 netcat):
	 -      , 
	  -   shutdown.
 	-   -  read()  0 ( select()') -
	          
	 .
	-  client input ,     2  
	,    .

	  NETWORK_DEBUG  policy.h.  . 
	,      
	 select()  . gateway functions  'main loop'  syslog()
	  .     
	
	   http-gw     , 
	   (  cancel, )

1.3.4.1    -

1.3.4 - Default buffer size changed from 1k to 12k. This fixes 'feature' in
        http_gw (GET string size can't be splitted between two buffer read
        operations. I.e. GET url cannot be longer than buffersize)     

1.3.3 - Fixed serious bug in http_gw code; persistent http connection now
        specially handled

1.3.2 - minor bugfixes, ftp-able version
1.3.1 - minor bugfixes
1.3.0 - Public version of http_gw.c written
1.2.2 - Added some defines (like HAS_HSTRERROR) for compatibility
	with Linux/Solaris/Other
1.2.1 - Added CGI-interface (cyrwww). Idea given by Alexander Nikolaev
1.2.0 - First Public release (without HTTP Gateway)
