diff --git a/src/warden-server/doc/CHANGELOG b/src/warden-server/doc/CHANGELOG index 40700b13b708980dda9137427c2d935cf3a43f26..c75b91d354cdab7bf7c03312e72575b8d6eb558c 100644 --- a/src/warden-server/doc/CHANGELOG +++ b/src/warden-server/doc/CHANGELOG @@ -1,19 +1,24 @@ -2015-01-04 v2.2 stable version +2015-01-05 v2.2 stable version ------------------------------ - fixed bug of re-activation of invalid clients +- fixed bug of events sending process - fixed bug of disabling of validation hash - fixed bug of registerSender and registerReceiver scripts -- fixed bug of installation, update and uninstall shell scripts +- fixed bug of SSL authentication process +- fixed bug of event ID managment +- fixed bugs of installation shell scripts - added user specified client ID - added Warden Watchdog system - added validity system of events and clients - added logging of incoming events - added API to send information about registered clients to Warden client -- deleted obsolete items of evens +- added controle of correct client's event type +- deleted obsolete items of events - enhanced getClients and getStatus scripts - enhanced client's managment system - enhanced database schema and indexes - enhanced installation scripts +- enhanced error and warning message system - other minor bugs and issues fixed