Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-08-06 03:34:23 +0400
committerrofl0r <retnyg@gmx.net>2012-08-06 03:34:23 +0400
commitddd9e48fc1f3c008b5c288527fccfae581fe690b (patch)
tree96d8f94db0841394929b2962e12ab7f456826f49
parent923c4f1026ebbbc44f47f1cd330244a721260304 (diff)
update README for 4.1 releasev4.1
-rw-r--r--AUTHORS3
-rw-r--r--README5
2 files changed, 6 insertions, 2 deletions
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.