mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
Converted CHANGES from ISO-8859-1 to UTF-8
This commit is contained in:
parent
82cf4ae7e8
commit
4bb7936bec
2 changed files with 1807 additions and 7 deletions
14
CHANGES
14
CHANGES
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
####################### V 1.7.3.4:
|
####################### V 1.7.3.4:
|
||||||
|
|
||||||
Corrections:
|
Corrections:
|
||||||
|
@ -26,7 +26,7 @@ Corrections:
|
||||||
"ai_socktype not supported" when protocol 6 was addressed.
|
"ai_socktype not supported" when protocol 6 was addressed.
|
||||||
The fix removes the possibility to use service names with SCTP.
|
The fix removes the possibility to use service names with SCTP.
|
||||||
Test: IP_SENDTO_6
|
Test: IP_SENDTO_6
|
||||||
Thanks to Sören for sending an initial patch.
|
Thanks to Sören for sending an initial patch.
|
||||||
|
|
||||||
Under certain circumstances, Socat printed the "socket ... is at EOF"
|
Under certain circumstances, Socat printed the "socket ... is at EOF"
|
||||||
multiple times.
|
multiple times.
|
||||||
|
@ -57,7 +57,7 @@ Corrections:
|
||||||
The async signal safe diagnostic system used FDs 3 and 4 internally, so
|
The async signal safe diagnostic system used FDs 3 and 4 internally, so
|
||||||
use of appropriate fdin or fdout led to failures.
|
use of appropriate fdin or fdout led to failures.
|
||||||
Test: DIAG_FDIN
|
Test: DIAG_FDIN
|
||||||
Problem reported by Onur Sentürk.
|
Problem reported by Onur Sentürk.
|
||||||
|
|
||||||
The socket based mechanism for passing messages and signal information
|
The socket based mechanism for passing messages and signal information
|
||||||
from signal handler to process could reach and kill the wrong process.
|
from signal handler to process could reach and kill the wrong process.
|
||||||
|
@ -194,11 +194,11 @@ corrections:
|
||||||
|
|
||||||
AddressSanitizer reported a few buffer overflows (false positives).
|
AddressSanitizer reported a few buffer overflows (false positives).
|
||||||
Nevertheless fixed Socat source.
|
Nevertheless fixed Socat source.
|
||||||
Issue reported by Hanno Böck.
|
Issue reported by Hanno Böck.
|
||||||
|
|
||||||
Socat did not use option ipv6-join-group.
|
Socat did not use option ipv6-join-group.
|
||||||
Test: USE_IPV6_JOIN_GROUP
|
Test: USE_IPV6_JOIN_GROUP
|
||||||
Thanks to Linus Lüssing for sending a patch.
|
Thanks to Linus Lüssing for sending a patch.
|
||||||
|
|
||||||
UDP-LISTEN did not honor the max-children option.
|
UDP-LISTEN did not honor the max-children option.
|
||||||
Test: UDP4MAXCHILDREN UDP6MAXCHILDREN
|
Test: UDP4MAXCHILDREN UDP6MAXCHILDREN
|
||||||
|
@ -1275,7 +1275,7 @@ new features:
|
||||||
|
|
||||||
new options "retry", "forever", and "intervall"
|
new options "retry", "forever", and "intervall"
|
||||||
|
|
||||||
option "fork" for address TCP improves `gender changer´
|
option "fork" for address TCP improves `gender changer´
|
||||||
|
|
||||||
options "sigint", "sigquit", and "sighup" control passing of signals to
|
options "sigint", "sigquit", and "sighup" control passing of signals to
|
||||||
sub process (thanks to David Shea who contributed to this issue)
|
sub process (thanks to David Shea who contributed to this issue)
|
||||||
|
@ -1688,7 +1688,7 @@ solved problems and bugs:
|
||||||
new features:
|
new features:
|
||||||
address type UDP-LISTEN now supports option fork: it internally applies
|
address type UDP-LISTEN now supports option fork: it internally applies
|
||||||
socket option SO_REUSEADDR so a new UDP socket can bind to port after
|
socket option SO_REUSEADDR so a new UDP socket can bind to port after
|
||||||
`accepting´ a connection (child processes might live forever though)
|
`accepting´ a connection (child processes might live forever though)
|
||||||
(suggestion from Damjan Lango)
|
(suggestion from Damjan Lango)
|
||||||
|
|
||||||
|
|
||||||
|
|
1800
CHANGES.ISO-8859-1
Normal file
1800
CHANGES.ISO-8859-1
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue