Skip to content
Snippets Groups Projects
CHANGELOG 2.67 KiB
Newer Older
- Added WardenClientCommon.pm package containing error-handling and
  connect-to-server functions
- Installation of Warden client does not require copying of certificates
  and keys                                                              (#553)
- Enhanced error messages                                               (#552)
- Added support for error (debug) logging via STDERR and/or Syslog (#520,#522)
- Receiving of all types of messages now supported
- Unexpected errors does not crush the client application               (#519)
- Maximum number of events received ($MAX_RCV_EVENTS_LIMIT) in one
  batch can be set in etc/warden-client.conf. Default is 6000.          (#504)
- Added support for batch processing                                    (#504)
2012-07-27 v.2.0 stable version and bugfix release of warden-client-2.0.0-beta
------------------------------------------------------------------------------
- Sender client code fixed, so that it will not terminate "parent"
  application when crashed

soukal's avatar
soukal committed
2012-05-10 v.2.0.0-beta beta version of warden-client-2.0.0
-----------------------------------------------------------
soukal's avatar
soukal committed
- Changed communication with server: HTTP layer added (compatible with
  Apache mod_perl version of Warden server)
- Removed Linux version check in install.sh, unistall.sh and update.sh
soukal's avatar
soukal committed
- Removed shell (BASH) dependencies in install.sh, unistall.sh and update.sh
2012-03-30 v1.2.0 stable version and bugfix release of warden-client-1.1.0
--------------------------------------------------------------------------
- Fixed SSL certificate/key access privileges security issue
- Fixed client crash after multiple events download
- Fixed install.sh crash when warden client installation dictionary doesn't exist
- Fixed configuration error in permission access to etc directory in update.sh
- Fixed bug in backup process in update.sh
- Fixed several small bugs/issues

Tomáš Plesník's avatar
Tomáš Plesník committed
2012-02-06 v1.1.0 stable version and bugfix release of warden-client-1.0.0
Tomáš Plesník's avatar
Tomáš Plesník committed
--------------------------------------------------------------------------
- Fixed bug when receiving of events
- Fixed earlier declaration in same scope of variable $data
- Fixed errMsg function -> finishing by the die function
- Added client configuration module WardenClientConf.pm
- Added error message when warden server is down
- Added README.cesnet (CESNET Specifics) file
- Added uninstallation script -> uninstall.sh
- Added update script -> update.sh
- Fixed several small bugs/issues

Tomáš Plesník's avatar
Tomáš Plesník committed
2011-11-16 v1.0.0 stable version
--------------------------------
Tomáš Plesník's avatar
Tomáš Plesník committed
- Initial package of warden client
Tomáš Plesník's avatar
Tomáš Plesník committed
- SSL certificate authentication/authorization supported
Tomáš Plesník's avatar
Tomáš Plesník committed
- Automatized installation process