add changes to Changes
authorDirk Koopman <djk@tobit.co.uk>
Mon, 24 Sep 2007 21:12:14 +0000 (22:12 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 24 Sep 2007 21:12:14 +0000 (22:12 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 5fab0cfd0a06ccca2151c9b78c4d6cfafaabfe93..a5a35d08a7d0b44a0293f2cbbc524e68ef38b227 100644 (file)
--- 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
index 6f0490e972bafc1b82f5dd5e62c33863d52bcb40..aecacaaad664a4e7479c2c2d9ef3722d29a2f103 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '151';
+$build = '152';
 
 1;