mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
version 1.7.0.1
This commit is contained in:
parent
4a42088332
commit
50be6b25cf
6 changed files with 8 additions and 6 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,6 @@
|
|||
|
||||
####################### V 1.7.0.1:
|
||||
|
||||
corrections:
|
||||
fixed possible SIGSEGV in listening addresses when a new connection was
|
||||
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
|
||||
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
|
||||
same fd
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
"1.7.0.0+execshut+connecttimeout+segvonaccept+endclose"
|
||||
"1.7.0.1"
|
||||
|
|
|
@ -10,7 +10,7 @@ def(Filan)(0)(bf(Filan))
|
|||
def(procan)(0)(bf(procan))
|
||||
def(Procan)(0)(bf(Procan))
|
||||
|
||||
manpage(socat)(1)(Oct 2008)()()
|
||||
manpage(socat)(1)(Apr 2009)()()
|
||||
|
||||
whenhtml(
|
||||
label(CONTENTS)
|
||||
|
|
2
socat.c
2
socat.c
|
@ -1,5 +1,5 @@
|
|||
/* 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 */
|
||||
|
||||
/* this is the main source, including command line option parsing, general
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
%define majorver 1.7
|
||||
%define minorver 0.0
|
||||
%define minorver 0.1
|
||||
|
||||
Summary: socat - multipurpose relay
|
||||
Name: socat
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* 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 */
|
||||
|
||||
/* this file contains the source for the help function */
|
||||
|
|
Loading…
Reference in a new issue