version 1.3.1(23/07/2006)

	* README,FEATURELIST: Replace Linux with GNU/Linux.

version 1.3 (21/07/2006)
	
	* NEWS: Released Proxyknife Version 1.3.

version 1.3 (19/07/2006)

	* configure.in: Add AC_CONFIG_SRCDIR,
	Use package name in AC_INIT to fit with style of po.
	Add AC_CONFIG_HEADER([config.h]) for compiling intl in 
	system without it.
	* configure.in,Makefile.am,src/Makefile.am: 
	Common change for gettext.
	* Add chinese translation (zh_CN.mo).


version 1.3 (18/07/2006)

	* Change the name to proxyknife and update the files including it.
	* Change "Linux" to "GNU/Linux". 
	* Add long options.

version 1.3 (16/07/2006)

	* xfree,pxfree BUGS and literal errors. 
	  Thanks to xiaosuo <xiaosuo@gmail.com>.

version 1.2 (11/07/2006)
	* NEWS: Released Phc Version 1.2.
	* readconf.c: Add -V option,print version and copyright.
version 1.2 (10/07/2006)
	* readconf.c: Add -i(phcin),-o(phcout) options to commandline
	              and configuration file. Inputfile with proxies 
		      to be checked and output file with proxies 
		      been verified can be customized now.
	* change style of some errors output, add source filename 
	and parameters.
	* socks4.c: Begin to support socks4 myproxy. 
version 1.2 (08/07/2006)
	* readconf.c: Commandline options, -f for configuration file.
	* socks4.c: Define SOCKS4USER as "anonymous".
version 1.2 (07/07/2006)
	* readconf.c: Fix errors on search path of PHC_CONF .
version 1.2 (07/01/2006)
	* readconf.c: Search phc.conf in ~,/etc and current directory. 
version 1.2 (06/30/2006):
	* Switch into branch 1.2.
	* socks4.c: Add socks4 support for socks4 testproxy.
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) 
