diff --git a/ChangeLog b/ChangeLog index 4a5270ed5973860eb5aa4102f393860940b5fe8b..907b6380bfb088b90e09485787f92bf2baac3a64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,25 @@ Use NO_TIME instead of 0. * src/server/memory.c (init_membership): Use NO_TIME instead of 0. +1998-12-31 Per Cederqvist <ceder@lysator.liu.se> + + Avoid pty buffer size overflow in the test suite. + * src/server/testsuite/lyskomd.0/03.exp: Split long lines so that + at most approximately 250 bytes are sent via a pty. Many + operating systems have a limit of approximately 256 bytes per + line. + + Fix test suite typo. + * src/server/testsuite/config/leaks.exp (check_usage): Fixed a + typo: it is an error if the number of strings is use change, not + if they stay the same. + + Ignore some generated files. + * src/server/testsuite/.cvsignore: Ignore lyskomd.*.base, + lyskomd.*.usage and usage-base.tmp. + * .cvsignore: Ignore config.h, config.h.in, stamp-h and + stamp-h.in. + 1998-12-30 David Byers <davby@ida.liu.se> * src/server/aux-items.h: Removed ADD_AUX_ITEM macro.