From e6c2021620d175b0aa8e5b76fc4ba2f5509b8ba7 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Mon, 24 Sep 2007 22:12:14 +0100 Subject: [PATCH] add changes to Changes --- Changes | 3 +++ perl/Version.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.34.1