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 <rofl0r@users.noreply.github.com>2021-07-24 08:23:03 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2021-07-24 08:23:03 +0300
commit1015efaf161deaee6f6b2d0b6d6a0d3378105258 (patch)
tree424c4da1b1dbd19c98267bc332fb6521e297e842
parent83bfa0b61df4803c0c3f94c910d9c25d825c0ed1 (diff)
release 4.15v4.15
-rw-r--r--README14
-rw-r--r--VERSION2
2 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 9fab36b..f0383de 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ProxyChains-NG ver 4.14 README
+ProxyChains-NG ver 4.15 README
=============================
ProxyChains is a UNIX program, that hooks network-related libc functions
@@ -52,6 +52,18 @@ ProxyChains-NG ver 4.14 README
Changelog:
----------
+Version 4.15
+- fix configure script for buggy binutils version
+- initialize rand_seed with nano-second granularity
+- add support for numeric ipv6 in getaddrinfo
+- fix bug in getaddrinfo when node is null and !passive
+- add dnat feature
+- add raw proxy type
+- add haiku support
+- add proxy_dns_old to emulate proxychains 3.1 behaviour
+- add new proxy_dns_daemon feature (experimental)
+- various other fixes
+
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)
diff --git a/VERSION b/VERSION
index d4505b8..6ae0dcb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.14
+4.15