version 1.6.0.1

This commit is contained in:
Gerhard Rieger 2008-02-09 22:57:30 +01:00
parent 560f0bc24c
commit d37e8acc5f
6 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,6 @@
####################### V 1.6.0.1:
new features: new features:
new make target "gitclean" new make target "gitclean"

4
README
View file

@ -76,7 +76,7 @@ install
Get the tarball and extract it: Get the tarball and extract it:
gtar xzf socat.tar.gz gtar xzf socat.tar.gz
cd socat-1.6.0.0 cd socat-1.6.0.1
./configure ./configure
make make
su su
@ -226,7 +226,7 @@ communications.
doc/socat-tun shows how to build a virtual network between two hosts. doc/socat-tun shows how to build a virtual network between two hosts.
socat.1 and socat.html can be generated from socat.yo (which is released with socat.1 and socat.html can be generated from socat.yo (which is released with
socat 1.6.1 and later) using the yodl document language package. Maintenance socat 1.6.0.1 and later) using the yodl document language package. Maintenance
of yodl had been discontinued by its author of yodl had been discontinued by its author
(http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at (http://www.xs4all.nl/~jantien/yodl/) (there seems to be a revival at
http://yodl.sourceforge.net/ though). For socat, the old version 1.31 is used; http://yodl.sourceforge.net/ though). For socat, the old version 1.31 is used;

View file

@ -1 +1 @@
"1.6.0.0+execpty+servres+fd_setsize+udp_sigchld+stdio_opts+interval+mreq_help+waitlock" "1.6.0.1"

View file

@ -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)(March 2007)(socat)() manpage(socat)(1)(Feb 2008)(socat)()
whenhtml( whenhtml(
label(CONTENTS) label(CONTENTS)

View file

@ -1,4 +1,4 @@
/* source: procan.c */ /* source: procan-cdefs.c */
/* Copyright Gerhard Rieger 2008 */ /* Copyright Gerhard Rieger 2008 */
/* Published under the GNU General Public License V.2, see file COPYING */ /* Published under the GNU General Public License V.2, see file COPYING */

View file

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