1
0
mirror of https://github.com/moparisthebest/socat synced 2024-12-21 22:48:48 -05:00

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 make target "gitclean"

4
README
View File

@ -76,7 +76,7 @@ install
Get the tarball and extract it:
gtar xzf socat.tar.gz
cd socat-1.6.0.0
cd socat-1.6.0.1
./configure
make
su
@ -226,7 +226,7 @@ communications.
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.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
(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;

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

View File

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

View File

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