Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 3.34 KiB
2015-??-?? v.2.2 stable
--------------------------------------------------------------------------------
- Added support of connection timeout interval
- Added new getClientInfo() function allowing the client to see information
  regarding other involved clients
- Enhanced handling of errors. Die() functions are removed from the code, errors
  are handled using return values. 


2013-02-05 v.2.1 stable
--------------------------------------------------------------------------------
- Minor changes in documentation


2012-11-05 v.2.1-beta version
--------------------------------------------------------------------------------
- Added WardenClientCommon.pm package containing error-handling and
  connect-to-server functions
- Installation of Warden client does not require copying of certificates
  and keys
- Enhanced error messages
- Reading of configuration file enhanced
- Added protection from unexpected results in XML data returned from
  server
- Added support for error (debug) logging via STDERR and/or Syslog
- Receiving of all types of messages now supported
- Unexpected errors does not crush the client application
- Maximum number of events received ($MAX_RCV_EVENTS_LIMIT) in one
  batch can be set in etc/warden-client.conf. Default is 6000
- Added support for batch processing


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


2012-05-10 v.2.0.0-beta beta version of warden-client-2.0.0
--------------------------------------------------------------------------------
- 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
- 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


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


2011-11-16 v1.0.0 stable version
--------------------------------------------------------------------------------
- Initial package of warden client
- SSL certificate authentication/authorization supported
- Automatized installation process


--------------------------------------------------------------------------------

Copyright (C) 2011-2015 Cesnet z.s.p.o