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>2022-01-23 17:16:56 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2022-01-23 17:16:56 +0300
commit2cc014995e9ad038e2553a455ed914d1ad32fe49 (patch)
tree1e0102c43513b8521bacc6ae78499852e83a8c99
parent6abeb53e69193966329df3beeae857051cd329b6 (diff)
release 4.16v4.16
-rw-r--r--README11
-rw-r--r--VERSION2
2 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index f0383de..94c4891 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ProxyChains-NG ver 4.15 README
+ProxyChains-NG ver 4.16 README
=============================
ProxyChains is a UNIX program, that hooks network-related libc functions
@@ -52,6 +52,15 @@ ProxyChains-NG ver 4.15 README
Changelog:
----------
+Version 4.16
+- fix regression in configure script linker flag detection
+- remove 10 year old workaround for wrong glibc getnameinfo signature
+- support for new DYLD hooking method for OSX Monterey
+- netbsd compilation fix
+- support IPv6 localnets
+- more user-friendly error message when execvp fails
+- proxy_getaddrinfo(): fill in ai_socktype if requested
+
Version 4.15
- fix configure script for buggy binutils version
- initialize rand_seed with nano-second granularity
diff --git a/VERSION b/VERSION
index 6ae0dcb..e95590c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.15
+4.16