post-release update of README

pull/18/head
rofl0r 2013-01-06 19:14:43 +01:00
parent c8bfdc15e6
commit 52cbc8f87d
1 changed files with 6 additions and 2 deletions

8
README
View File

@ -1,4 +1,4 @@
ProxyChains ver 4.3 README ProxyChains ver 4.4 README
========================== ==========================
ProxyChains is a UNIX program, that hooks network-related libc functions ProxyChains is a UNIX program, that hooks network-related libc functions
@ -19,7 +19,7 @@ ProxyChains ver 4.3 README
*** Installation *** *** Installation ***
# needs a working C compiler, preferably gcc # needs a working C compiler, preferably gcc
./configure ./configure --prefix=/usr --sysconfdir=/etc
make make
[optional] sudo make install [optional] sudo make install
@ -29,6 +29,10 @@ ProxyChains ver 4.3 README
Changelog: Changelog:
---------- ----------
Version 4.4:
- FreeBSD port
- fixes some installation issues on Debian and Mac.
Version 4.3: Version 4.3:
- fixes programs that do dns-lookups in child processes (fork()ed), - fixes programs that do dns-lookups in child processes (fork()ed),
like irssi. to achieve this, support for compilation without pthreads like irssi. to achieve this, support for compilation without pthreads