From a4f715ed8c3b4816623936e7bcb963727c0879e1 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 29 Sep 2003 17:47:51 +0000 Subject: [PATCH] Updated the changelog file to reflect most recent changes --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index e566eb7..b2974c1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ Version 1.4.2 . klogd will reconnect to the logger (mostly syslogd) after it went away. + . On heavily loaded system syslog will not spit out error messages + anymore when recvfrom() results in EAGAIN + . Jon Burgess + - Moved the installation of the signal handler up a little bit so it + guaranteed to be available when the child is forked, hence, fixing a + race condition. This used to create problems with UML and fast + machines. Version 1.4.1