1version 1.80Beta5 - 2002.?.?? delius@progsoc.uts.edu.au
2   Intercept close() to fix problems with tsocks and
3      kmail
4   Add FAQ to distribution
5
6version 1.80Beta4 - 2002.3.17 delius@progsoc.uts.edu.au
7   Allow TSOCKS_CONF_FILE to specify location of config
8   If the config is not found, assume all local
9   Now respects the default_user and pass specified for path
10   Added the tsocks shell script and tsocks(1) from the
11      debian package
12
13version 1.80Beta3 - 2002.2.20 delius@progsoc.uts.edu.au
14   A large portion of tsocks has been rewritten
15   Relax parser handling of whitespace, i.e it's ignored
16   Fix validateconf path detection to handle local paths
17   Expand logging/debugging support, can now provide
18      detailed debugging info to stderr or file)
19   Improve autoconf script, much more robust
20   Default to ECONNREFUSED when no valid server found
21   Support for non-blocking sockets by intercepting
22      select() and poll()
23   Add support for DESTDIR during make for RPM build,
24   Don't insist on root.root installation
25   Document the --libdir vs --prefix difference better
26      in INSTALL and tsocks.8
27
28version 1.80Beta2 - 2002.1.19 delius@progsoc.uts.edu.au
29   Fix showstopper bug with SOCKS server port numbers
30
31version 1.80Beta - 2002.1.12 delius@progsoc.uts.edu.au
32   Allow choice of SOCKS server by port number (based on
33      suggestions from Joakim Recht)
34   Fix bugs with error logging (reported by Paul Pot)
35
36version 1.70Beta4 - 2001.7.11 delius@progsoc.uts.edu.au
37	References to verifyconf fixed to point to validateconf
38
39version 1.70Beta3 - 2001.3.13 delius@progsoc.uts.edu.au
40	Late resolution of socks servers
41	Addition of validateconf to check configuration
42	Conf file location can now be specified to configure script
43	Much advanced configuration syntax allowing multiple socks servers
44	Default user can now be specified without password (but not password
45		without user)
46	Much improved documentation (with new tsocks.conf(5) page)
47
48version 1.70Beta2 - 2001.3.3 delius@progsoc.uts.edu.au
49	Showstopper bug with socks server subnet verification fixed
50	Return code and errno issues corrected
51	Correct use of sockaddr union under Linux
52
53version 1.70Beta - 2001.2.27 delius@progsoc.uts.edu.au
54	Automated configuration using the GNU autoconf suite
55	RH7 Compilation issues resolved
56	SOCKS servers can now be specified as hostnames
57	Security problems with lengths of usernames and passwords resolved
58	Installation process in makefile improved
59	Common functions cleaned up and moved to seperate module
60	Configuration read delayed to reduce overhead for UDP etc
61	Silly debug messages removed
62
63version 1.60 - 2000.7.11 delius@progsoc.uts.edu.au
64	Fixed segmentation fault when reading configuration file
65	Fixed Makefile.solaris issues
66	Corrected Solaris support, should now work I hope :)
67	Fixed Makefile problem
68	Fixed localhost issues (127.0.0.0/255.0.0.0 is now automatically
69      added as a local network)
70	Removed limitation to number of local nets and reduced memory
71      footprint
72	Added inspectsocks utility
73	Added initial support for SOCKS version 5
74	Fixed bad connect return codes
75	Update man page, announce and README
76
77version 1.50 - 2000.5.23 delius@progsoc.uts.edu.au
78	Fixed bug with setsockopt code thanks to Ronnie Misra
79	Added support to force TCP dns lookups (i.e allow socksified
80      DNS) thanks to Joris van Rantwijk
81	Properly generate errors for unresolved symbols
82
83version 1.40 - 2000.5.12 delius@progsoc.uts.edu.au
84	Fix Solaris support, should now compile on 2.6, 7 and 8
85	Fix Makefile problem
86
87version 1.30 - 2000.5.10 delius@progsoc.uts.edu.au
88	Added server_port configuration option
89	Experimental Solaris support
90
91version 1.20 - 2000.5.5 delius@progsoc.uts.edu.au
92	Correctly parse configuration file (finally :))
93	Configuration file renamed to tsocks.conf (conflict with Netscape)
94	Detect non local SOCKS server and show error
95
96version 1.10 - 2000.5.3 delius@progsoc.uts.edu.au
97	Correctly parse the SOCKS server's return code for our request
98	Provide an INSTALL guide
99	Improved error handling
100	Provide a program to try to save those people who break their
101      ld.so.preload file
102
103version 1.00 - 2000.5.2 delius@progsoc.uts.edu.au
104	First Release
105