From 6504bca3ee47f047bc941ea6edb02431a0099494 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 15 Jan 2005 19:14:21 +0000 Subject: [PATCH] Updated changes file --- CHANGES | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 84f2fa7..26720ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,16 +1,41 @@ Version 1.4.2 - . Steve Grubb: fix memory calculation - . 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 + . Dmitry V. Levin + - Close file descriptor in FindSymbolFile() in ksym.c in order not to + leak file descriptors. + . Solar Designer + - improve crunch_list() + - Prevent potential buffer overflow in reading messages from the + kernel log ringbuffer. + - Ensure that "len" is not placed in a register, and that the + endtty() signal handler is not installed too early which could + cause a segmentation fault or worse. + . Steve Grubb + - fix memory calculation in crunch_list() + . Martin Schulze + - 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 + - Makefile improvements + - Local copy of module.h + - Improved sysklogd.8 + - Always log with syslogd's timezone and locale + - Remove trailing newline when forwarding messages . 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. - . local copy of module.h + . Greg Trounson + - Improved README.linux + . Ulf Härnhammar + - Bondary check for fscanf() in InitKsyms() and CheckMapVersion() + . Colin Phipps + - Don't block on the network socket in case of package los + . Dirk Mueller + - Don't crash when filesize limit is reached (e.g. without LFS) + Version 1.4.1 @@ -48,6 +73,5 @@ Version 1.4 Local variables: mode: indented-text -mode: iso-accents fill-column: 72 End: