From 7720231ed2223b6342a9d709fb47d14458d4b9de Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 9 Feb 2004 23:39:05 +0000 Subject: [PATCH] CHANGES: Update - Slog: Support callstack traces - Uclnt/usrv: Support application defined down_terminate messages - YMutex: Make YDummyMutex YDebugMutex and made it lock again --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 674976f4..c7519ec7 100644 --- a/CHANGES +++ b/CHANGES @@ -131,3 +131,6 @@ o uclnt: big rewrite (again), now using five threads beside the main thread: o YStopWatch: bugfix, was alarmed by to long step times, even if step times was off o YThread: added getFlags(), setFlags(), addFlags(), delFlags() +o slog: now supporting callstack traces +o uclnt/usrv: now supporting application defined down_terminate messages +o YMutex: made YDummyMutex YDebugMutex and made it lock again