Skip to content

Commit

Permalink
release 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Mar 16, 2019
1 parent b8cdfe8 commit e895fb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13
4.14

0 comments on commit e895fb7

Please sign in to comment.