diff --git a/CHANGES b/CHANGES index 1fb74235..6474b9c1 100644 --- a/CHANGES +++ b/CHANGES @@ -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() diff --git a/VERSION b/VERSION index d090894d..c4719c27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5-0-dev +1.1.5-1-dev