From 2f7f994148377da726ca24d2fabb0bc313cdfbdb Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 14 Nov 2002 13:18:18 +0000 Subject: [PATCH] CHANGES: Replace assert(0) by abort() --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0ee43a9d..78656652 100644 --- a/CHANGES +++ b/CHANGES @@ -52,6 +52,11 @@ o compiling release version with NDEBUG (switching off assertions) ------- o bugfix: client handler process did not exit after connection reset by client -1.1.3-4 +1.1.3-5 ------- o /usr/local/ftp -> /home/ftp + +1.1.3-6 +------- +o replaced assert(0) with abort() +