version 1.1 (06/25/2005):
	* NEWS: Released Phc Version 1.1.
version 1.1 (06/24/2005):
	* configure.in: Change configure.in and port phc to SunOS and OSF1.
	* doc/Makefile.am: Change doc/Makefile.am to install html easily.
	* src/phc.c: Remove O_APPEND flag for logfilename.
version 1.1 (06/23/2005):
	* Direct connection to testproxy is added
	* Compare logfilename with LOGSTDERR including trailing '\0' 
	*   to permit "./pathname" 
version 1.1 (06/23/2005):
	* Use logfilename to replace debug. 
version 1.1 (06/22/2005):
	* Documentation in texinfo , html finished.
	* Fix a bug(exit silently if let debug=0,mytype=4) found by
	*   J.P. Li < lili2000_0@hotmail.com >. Just remove a 
	*   wrong ',' in loop.c to fix it.
version 1.1 (06/21/2005):
	* Rewrite createlist and add it again
version 1.1 (06/20/2005):
	* Split method into httptestmethod and socks5testmethod 
version 1.1 (06/19/2005):
	* Split words in function with '_'
	* Add option debug
version 1.1 (06/17/2005):
	* change output format on screen for "screen copy"
	* readconf.c, fix some configuration output
version 1.1 (06/14/2005):
	* add timeout option to control read,write,and connect.  
version 1.1 (06/10/2005):
	* CONGET -> PCONGET
	* GET -> PGET
	* add GET function for common HTTP GET
	* add S5CONGET function for validate free socks5 proxy
	* add  target.targetadd, remove _ in target members 
version 1.1 (06/09/2005):
	* add timeout option for every testproxy
	* add socks5 support for testproxy
	* CONNECTVIA -> CONVIAHTTP
	* CONN -> CONGET 
	* split myuserpass to myuser and mypass
	* phc.h phc.c 
	* move header_auth code to http.c as httpbuildauth function
version 1.1 (06/08/2005):
	* remove createlist script, recover proxylist-filter in code again.
	* only ipv4 addr  in proxylist is permitted.
version 1.1 (06/05/2005):
	* interface for connection to testproxy directly (unfinished)
	* customize path to conf file when compiling (considered)
	* texinfo
	* the third revision of GPL 2 
version 1.1 (05/11/2005):
	* rewrite struction and prepare interface for the extension
	* learning gnu-coding-standards
	* add mem wrapper and remove inner stricts of vars
	* rewrite the whole codes to be compatible with ansi c
version 1.1 (02/20/2004):
	* through a free(without basic auth) http tunnel is enabled.
Version 1.0 (02/20/2004):
	* HTTP_GET (switch)
	* HTTP_CONNECT (switch)
	* through a http proxy with basic auth (must have)
	* manpage
	* autoconf automake
	* thread (custom)
	* proxylist (user provide) 
	* 3delay for HTTP_GET,4 delay for HTTP_CONNECT
	* checksite ,key and user_agent (custom) 
