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
This commit is contained in:
Jan Lindemann 2004-12-14 20:34:05 +00:00 committed by Jan Lindemann
commit c13af90bd0
2 changed files with 10 additions and 1 deletions

View file

@ -177,3 +177,12 @@ o benno added "#include <errno.h>" 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

View file

@ -1 +1 @@
1.1.8-2-dev
1.1.8-3-dev