diff --git a/AUTHORS b/AUTHORS index 368f57e..0b7b53d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,8 @@ N3E7CR34TUR3. http://proxychains.sourceforge.net netcreature@users.sourceforge.net -main.c, remote-dns, thread safety, bugfixes, build system, cleanups +main.c, remote-dns, thread safety, bugfixes, build system, +cleanups, mac support rofl0r. https://github.com/rofl0r/proxychains diff --git a/README b/README index 6ee1b8e..e47af6b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ProxyChains ver 4.0 README +ProxyChains ver 4.1 README ========================== ProxyChains is a UNIX program, that hooks network-related libc functions @@ -41,6 +41,9 @@ ProxyChains ver 4.0 README Changelog: ---------- +Version 4.1 adds support for mac os x (i386, x86_64, ppc) +all internal functions are threadsafe when compiled with -DTHREAD_SAFE +(default). Version (4.x) removes the dnsresolver script which required a dynamically linked "dig" binary to be present with remote DNS lookup.