From aad906a885d04ba8975a93e371ac1d31b193020d Mon Sep 17 00:00:00 2001 From: Matteo Quintiliani Date: Mon, 31 Mar 2008 06:36:07 +0000 Subject: [PATCH] Up to date git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@994 3cd66e75-5955-46cb-a940-c26e5fc5497d --- HISTORY | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index df97351..5f7afb3 100644 --- a/HISTORY +++ b/HISTORY @@ -2,20 +2,20 @@ nmxptool Release History ######################### -* Release 1.2.1-beta6 (2008/03/28) +* Release 1.2.1-beta6 (2008/03/31) - Improved request of channels in order to retrieve more efficiently data buffered by the NaqsServer (option -F and -b). It allows data continuity, to the latency's cost, when short disconnections to the NaqsServer occur. Added option --mschan=mSECs/nC, short option -f. - - Option "delay" can be declared in minutes, hours or days (option -d). + - Added on Windows system, computation of the packet latencies + when timezone is different from GMT/UTC. - Changed 'configure' options from --with-PACKAGE to --enable-FEATURE. - - Added correct computation of the latency on Windows - for timezones different from GMT/UTC. - Improved signal handling. - Improved help and documentation. - - Fixed bug: before exiting, sometimes "double free" error message occurred. - - Fixed bug: argument of function Sleep() is in milliseconds on Windows. + - Option "delay" can be declared in minutes, hours or days (option -d). + - Fixed bug: before exiting, error message "double free" rarely occurred. + - Fixed bug: on Windows, argument of function Sleep() is in milliseconds. - Fixed minor bugs. * Release 1.2.0 (2008/03/07) -- GitLab