From c13af90bd0f51c8ced145063187c31eaaa9e406a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 14 Dec 2004 20:34:05 +0000 Subject: [PATCH] Release 1.1.8-3 - Make/rpmdist.mk: Add target ftag - Slog: Log hint about initlog() being deprecated - YThread: Log pthread_self() on entering thread - Misc: Add pthread_self_str() - YStopWatchThreadList: Fix generate_function_timer to work with SuSE 9.1 sed - Usrv: bugfix, server not quitting anylonger after termination of child --- CHANGES | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8bdc129f..f9f6ec1b 100644 --- a/CHANGES +++ b/CHANGES @@ -177,3 +177,12 @@ o benno added "#include " to contr/YQueue/YQueue.h 1.1.8-2 ------- o merged changes of V_1_1_5-2F3 -> V_1_1_5-2F4 + +1.1.8-3 +------- +o make/rpmdist.mk: added target ftag +o slog: now logging hint about initlog() being deprecated +o YThread: now logging pthread_self() on entering thread +o misc: added pthread_self_str() +o YStopWatchThreadList: fixed generate_function_timer to work with SuSE 9.1 sed +o usrv: bugfix, server not quitting anylonger after termination of child diff --git a/VERSION b/VERSION index fbe97bdc..e563bef3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.8-2-dev +1.1.8-3-dev