Skip to content
Snippets Groups Projects
Commit 5f3b71b0 authored by Jan Soukal's avatar Jan Soukal
Browse files

finalni upravy pro verzi 2.1-beta, pre-release baliku warden-client-2.1-beta

parent e0313f4c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ err() ...@@ -27,7 +27,7 @@ err()
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# edit when you build new package # edit when you build new package
version="2.0" version="2.1-beta"
package_name="warden-client" package_name="warden-client"
package="${package_name}-${version}" package="${package_name}-${version}"
......
File added
c529649aff29825ab92808da15dc2962c784c6b1 warden-client-2.1-beta.tar.gz
2012-00-00 v.2.1 stable version 2012-11-05 v.2.1-beta version
------------------------------- -------------------------------
- added WardenClientCommon.pm package containing error-handling and - Added WardenClientCommon.pm package containing error-handling and
connect-to-server functions connect-to-server functions
- added support for error (debug) logging via STDERR and/or Syslog - Installation of Warden client does not require copying of certificates
- receiving of all types of messages now supported and keys (#553)
- added support for batch processing - Enhanced error messages (#552)
- maximum number of events received ($MAX_RCV_EVENTS_LIMIT) in one batch can - Added support for error (debug) logging via STDERR and/or Syslog (#520,#522)
be set in etc/warden-client.conf. Default is 6000. - 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 2012-07-27 v.2.0 stable version and bugfix release of warden-client-2.0.0-beta
......
...@@ -30,7 +30,7 @@ A. Overall Information ...@@ -30,7 +30,7 @@ A. Overall Information
2. Version 2. Version
2.1 (2012-10-18) 2.1 (2012-11-05)
3. Package structure 3. Package structure
...@@ -70,11 +70,11 @@ C. Installation (First installation of the Warden client package) ...@@ -70,11 +70,11 @@ C. Installation (First installation of the Warden client package)
1. Check SHA1 checksum of corresponding Warden client package archive 1. Check SHA1 checksum of corresponding Warden client package archive
$ sha1sum -c warden-client-2.0.tar.gz.sig $ sha1sum -c warden-client-2.1.tar.gz.sig
2. Untar it 2. Untar it
$ tar xzvf warden-client-2.0.tar.gz $ tar xzvf warden-client-2.1.tar.gz
3. Run install.sh 3. Run install.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment