1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-08 22:22:52 +08:00

start 4.8 release cycle.

This commit is contained in:
rofl0r 2014-01-08 15:18:32 +01:00
parent 5847da1d1c
commit ad3c0aa58b

4
README
View File

@ -1,4 +1,4 @@
ProxyChains-NG ver 4.7 README ProxyChains-NG ver 4.8 README
============================= =============================
ProxyChains is a UNIX program, that hooks network-related libc functions ProxyChains is a UNIX program, that hooks network-related libc functions
@ -52,6 +52,7 @@ ProxyChains-NG ver 4.7 README
Changelog: Changelog:
---------- ----------
Version 4.8:
Version 4.7: Version 4.7:
- new round_robin chaintype by crazz. - new round_robin chaintype by crazz.
@ -60,7 +61,6 @@ Version 4.7:
- return EBADF rather than EINTR in close hook. - return EBADF rather than EINTR in close hook.
it's legal for a program to retry close() calls when they receive it's legal for a program to retry close() calls when they receive
EINTR, which could cause an infinite loop, as seen in chromium. EINTR, which could cause an infinite loop, as seen in chromium.
Version 4.6: Version 4.6:
- some cosmetic fixes to Makefile, fix a bug when non-numeric ip was - some cosmetic fixes to Makefile, fix a bug when non-numeric ip was
user as proxy server address. user as proxy server address.