diff --git a/CHANGES b/CHANGES index a500366..3606959 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ +####################### V 1.6.0.1: + new features: new make target "gitclean" diff --git a/README b/README index abd1480..6baad77 100644 --- a/README +++ b/README @@ -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; diff --git a/VERSION b/VERSION index 53312dc..8821d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"1.6.0.0+execpty+servres+fd_setsize+udp_sigchld+stdio_opts+interval+mreq_help+waitlock" +"1.6.0.1" diff --git a/doc/socat.yo b/doc/socat.yo index f2bc252..4befd5b 100644 --- a/doc/socat.yo +++ b/doc/socat.yo @@ -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) diff --git a/procan-cdefs.c b/procan-cdefs.c index 039a682..14333de 100644 --- a/procan-cdefs.c +++ b/procan-cdefs.c @@ -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 */ diff --git a/socat.spec b/socat.spec index db6beac..b3a6561 100644 --- a/socat.spec +++ b/socat.spec @@ -1,6 +1,6 @@ %define majorver 1.6 -%define minorver 0.0 +%define minorver 0.1 Summary: socat - multipurpose relay Name: socat