Skip to content
Snippets Groups Projects
Forked from 713 / Warden / Warden - archive
423 commits behind the upstream repository.
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 3.54 KiB
2012-12-?? v.2.2-beta version
--------------------------------------------------------------------------------
- Added support of connection timeout interval                          (#925)
- Added new getClientInfo() function allowing the client to see         (#609)
  information regarding other involved clients
- Enhanced handling of errors. Die() functions are removed from         (#599)
  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                                                              (#553)
- Enhanced error messages                                               (#552)
- Reading of configuration file enhanced                                (#533)
- Added protection from unexpected results in XML data returned from
  server                                                                (#532)
- 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


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