From: Dirk Koopman Date: Mon, 24 Sep 2007 21:12:14 +0000 (+0100) Subject: add changes to Changes X-Git-Tag: 1.55~63 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=e6c2021620d175b0aa8e5b76fc4ba2f5509b8ba7 add changes to Changes --- diff --git a/Changes b/Changes index 5fab0cfd..a5a35d08 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +24Sep07======================================================================= +1. fix error message on disconnect and, BTW, fix the cause of premature +disconnections in the new PC92 code. 22Sep07======================================================================= 1. fix mrtg script so that it sets LANG='C', in addition, it appears that you will need to create a /var/lock/mrtg and /var/lib/mrtg directory, both with diff --git a/perl/Version.pm b/perl/Version.pm index 6f0490e9..aecacaaa 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '151'; +$build = '152'; 1;