diff --git a/AUTHORS b/AUTHORS index 8c844c7..db491fc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,7 +7,7 @@ main.c, remote-dns, thread safety, bugfixes, build system, cleanups rofl0r. https://github.com/rofl0r/proxychains -localnet, bugfixes, macos x support +localnet, bugfixes, macos x support, bsd support, packaging adam hamsik. https://github.com/haad/proxychains diff --git a/ChangeLog b/ChangeLog index 40ae4ca..bbc1235 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ ProxyChains version history (public releases) ==================== +ver 4.2 + * Introduce BSD support make proxychains available on (NetBSD, FreeBSD ,OpenBSD and DragonFlyBSD) + * Update pkgsrc-wip proxychains package to 4.2.0 release and make easy to install and use + proxychains +------------------------------------------------------------------------- + ver 4.1 * Mac OS X support, create install script. * thread-safe fixes by @rofl0r diff --git a/README b/README index 6ee1b8e..9223add 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ProxyChains ver 4.0 README +ProxyChains ver 4.2.0 README ========================== ProxyChains is a UNIX program, that hooks network-related libc functions @@ -34,6 +34,17 @@ ProxyChains ver 4.0 README *** Installation *** + **** Using release version **** + Proxychains-4.2.0 are available with pkgsrc to everyone using it on Linux, + NetBSD, FreeBSD, OpenBSD, DragonFlyBSD or Mac OS X. You just need to install + pkgsrc-wip repository and run + make install + in a wip/proxychains directory. + + You can find out more about pkgsrc on [www.pkgsrc.org] and about pkgsrc-wip on + [http://pkgsrc-wip.sourceforge.net]. + + **** Running Current Source code version **** # needs a working C compiler, preferably gcc ./configure make