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-11-15 19:54:15 +0300
committerrofl0r <retnyg@gmx.net>2014-11-15 19:54:15 +0300
commitea51cdac29026b94eeb00baefb568b82b9d05ca2 (patch)
tree20f62aaffba9248e39618c5714f4f81009e6dc24
parent25ee4c318d9c8a394fe73842daf7d5618418199e (diff)
README: fix typo
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 28530e5..974c042 100644
--- a/README
+++ b/README
@@ -69,9 +69,11 @@ Version 4.7:
- 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
- user as proxy server address.
+ used as proxy server address.
+
Version 4.5:
- hook close() to prevent OpenSSH from messing with internal infrastructure.
this caused ssh client to segfault when proxified.