version 1.7.0.1

This commit is contained in:
Gerhard Rieger 2009-04-01 16:50:51 +02:00
parent 4a42088332
commit 50be6b25cf
6 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
"1.7.0.0+execshut+connecttimeout+segvonaccept+endclose"
"1.7.0.1"

View File

@ -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)

View File

@ -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

View File

@ -1,6 +1,6 @@
%define majorver 1.7
%define minorver 0.0
%define minorver 0.1
Summary: socat - multipurpose relay
Name: socat

View File

@ -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 */