mirror of
https://github.com/moparisthebest/socat
synced 2024-12-21 06:28: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:
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user