diff --git a/src/warden-client/doc/CHANGELOG b/src/warden-client/doc/CHANGELOG index c902e3d30d04c59dcd2a9facebf9eb4a47d676dd..c8542fcf97e02c678412bfceabf541ff9e8013fd 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