From 0ad0a63394008e31fd429f85a3abb10b168cf964 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Tue, 8 Sep 2015 09:35:19 +0200 Subject: [PATCH] doplnen CHANGELOG --- src/warden-client/doc/CHANGELOG | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/warden-client/doc/CHANGELOG b/src/warden-client/doc/CHANGELOG index c902e3d..c8542fc 100644 --- a/src/warden-client/doc/CHANGELOG +++ b/src/warden-client/doc/CHANGELOG @@ -2,9 +2,18 @@ -------------------------------------------------------------------------------- - Added support of connection timeout interval - Added new getClientInfo() function allowing the client to see information - regarding other involved clients + regarding other involved clients - example script: info.pl +- Added new sender-cli.pl script allowing send events via CLI +- Added new sender-random.pl script allowing send random testing events +- Deleted obsolete items of events - Enhanced handling of errors. Die() functions are removed from the code, errors - are handled using return values. + are handled using return values. +- Enhanced installation, update and uninstallation scripts +- Enhanced system logging management +- Moved all example scripts to bin directory +- Merged both client modules into WardenClient.pm module +- Merged WardenClientConf.pm module into WardenClientCommon.pm +- Other minor bugs and issues fixed 2013-02-05 v.2.1 stable -- GitLab