From e895fb713ac1c1e92ee0795645f220573181c6fb Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 16 Mar 2019 23:04:10 +0000 Subject: [PATCH] release 4.14 --- README | 10 +++++++++- VERSION | 2 +- 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