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>2014-01-08 18:05:33 +0400
committerrofl0r <retnyg@gmx.net>2014-01-08 18:05:33 +0400
commit5847da1d1c13cbe03cdc85cf3b7af79d3fcad3e4 (patch)
treec363e22ce0fa29c24e6d7faa74837623c879c029
parentf868928c4b073b71b29ae044f3e2fc4b12f9ad3e (diff)
README: update release notes for 4.7v4.7
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f5cbce0..355111c 100644
--- a/README
+++ b/README
@@ -56,6 +56,10 @@ Changelog:
Version 4.7:
- new round_robin chaintype by crazz.
- fix bug with lazy allocation when GCC constructor was not used.
+- new configure flag --fat-binary to create a "fat" binary/library on OS X
+- return EBADF rather than EINTR in close hook.
+ it's legal for a program to retry close() calls when they receive
+ EINTR, which could cause an infinite loop, as seen in chromium.
Version 4.6:
- some cosmetic fixes to Makefile, fix a bug when non-numeric ip was