Newer
Older
2012-11-05 v.2.1-beta version
Tomáš Plesník
committed
-------------------------------
- Added WardenClientCommon.pm package containing error-handling and
- 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)
Tomáš Plesník
committed
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
committed
-----------------------------------------------------------
- Changed communication with server: HTTP layer added (compatible with
Apache mod_perl version of Warden server)
soukal
committed
- Removed Linux version check in install.sh, unistall.sh and update.sh
- Removed shell (BASH) dependencies in install.sh, unistall.sh and update.sh
soukal
committed
soukal
committed
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
soukal
committed
- 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
soukal
committed
2012-02-06 v1.1.0 stable version and bugfix release of warden-client-1.0.0
--------------------------------------------------------------------------
- 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
soukal
committed
2011-11-16 v1.0.0 stable version
--------------------------------