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>2019-03-17 02:04:10 +0300
committerrofl0r <retnyg@gmx.net>2019-03-17 02:04:10 +0300
commite895fb713ac1c1e92ee0795645f220573181c6fb (patch)
tree3556da8ab7e92ddf49beb014a71ec4495b3e38c4
parentb8cdfe842ceb8a3f35d1f6e3c86cbda48b2f4d38 (diff)
release 4.14v4.14
-rw-r--r--README10
-rw-r--r--VERSION2
2 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index acef17d..a0c336b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ProxyChains-NG ver 4.13 README
+ProxyChains-NG ver 4.14 README
=============================
ProxyChains is a UNIX program, that hooks network-related libc functions
@@ -52,6 +52,14 @@ ProxyChains-NG ver 4.13 README
Changelog:
----------
+Version 4.14
+- allow alternative proto://user:pass@ip:port syntax for proxylist
+- fix endless loop in round robin mode when all proxies are down (#147)
+- fix compilation on android (#265)
+- fix fd leak in forked processes (#273)
+- skip connection attempt to nullrouted ips
+- allow hostnames for proxylist under specific circumstances
+
Version 4.13
- fix robustness of DNS lookup thread and a segfault
- fix socks5 user/pass auth on non-conforming servers
diff --git a/VERSION b/VERSION
index 8c3a015..d4505b8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.13
+4.14