mirror of
https://github.com/moparisthebest/socat
synced 2024-12-21 22:48:48 -05:00
version 1.7.0.1
This commit is contained in:
parent
4a42088332
commit
50be6b25cf
4
CHANGES
4
CHANGES
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
####################### V 1.7.0.1:
|
||||||
|
|
||||||
corrections:
|
corrections:
|
||||||
fixed possible SIGSEGV in listening addresses when a new connection was
|
fixed possible SIGSEGV in listening addresses when a new connection was
|
||||||
reset by peer before the socket addresses could be retrieved. Thanks to
|
reset by peer before the socket addresses could be retrieved. Thanks to
|
||||||
@ -14,7 +16,7 @@ corrections:
|
|||||||
half close of EXEC and SYSTEM addresses did not work for pipes and
|
half close of EXEC and SYSTEM addresses did not work for pipes and
|
||||||
sometimes socketpair
|
sometimes socketpair
|
||||||
|
|
||||||
help displayed some option types wrong
|
help displayed for some option a wrong type
|
||||||
|
|
||||||
under some circumstances shutdown was called multiple times for the
|
under some circumstances shutdown was called multiple times for the
|
||||||
same fd
|
same fd
|
||||||
|
@ -10,7 +10,7 @@ def(Filan)(0)(bf(Filan))
|
|||||||
def(procan)(0)(bf(procan))
|
def(procan)(0)(bf(procan))
|
||||||
def(Procan)(0)(bf(Procan))
|
def(Procan)(0)(bf(Procan))
|
||||||
|
|
||||||
manpage(socat)(1)(Oct 2008)()()
|
manpage(socat)(1)(Apr 2009)()()
|
||||||
|
|
||||||
whenhtml(
|
whenhtml(
|
||||||
label(CONTENTS)
|
label(CONTENTS)
|
||||||
|
2
socat.c
2
socat.c
@ -1,5 +1,5 @@
|
|||||||
/* source: socat.c */
|
/* source: socat.c */
|
||||||
/* Copyright Gerhard Rieger 2001-2008 */
|
/* Copyright Gerhard Rieger 2001-2009 */
|
||||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||||
|
|
||||||
/* this is the main source, including command line option parsing, general
|
/* this is the main source, including command line option parsing, general
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
%define majorver 1.7
|
%define majorver 1.7
|
||||||
%define minorver 0.0
|
%define minorver 0.1
|
||||||
|
|
||||||
Summary: socat - multipurpose relay
|
Summary: socat - multipurpose relay
|
||||||
Name: socat
|
Name: socat
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* source: xiohelp.c */
|
/* source: xiohelp.c */
|
||||||
/* Copyright Gerhard Rieger 2001-2008 */
|
/* Copyright Gerhard Rieger 2001-2009 */
|
||||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||||
|
|
||||||
/* this file contains the source for the help function */
|
/* this file contains the source for the help function */
|
||||||
|
Loading…
Reference in New Issue
Block a user