Release 1.1.5-1-dev

- Uclnt: Add first (untested) support for heartbeat function
  - Usrv: Add timeout to write_to_socket() and callers
  - YStopWatch: Add some convenience overloads and onAlarm() callbacks
  - YStopWatchThreadList: minor fixes to generate_function_timers.sh
  - Misc: Add get_time_diff()
This commit is contained in:
Jan Lindemann 2003-01-23 19:42:46 +00:00 committed by Jan Lindemann
commit 50c07354ad
2 changed files with 9 additions and 1 deletions

View file

@ -79,3 +79,11 @@ o bugfix in yupdate.sh: broken command line parsing
o uclnt: beautified error messages in YConnection
o usrv: added snd_timeout and rcv_timeout options
o usrv: added usrv_shutdown_process()
1.1.5-1
-------
o uclnt: added first (untested) support for heartbeat function
o usrv: added timeout to write_to_socket() and callers
o YStopWatch: added some convenience overloads and onAlarm() callbacks
o YStopWatchThreadList: minor fixes to generate_function_timers.sh
o misc: added get_time_diff()

View file

@ -1 +1 @@
1.1.5-0-dev
1.1.5-1-dev