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()
#-------------------------------------------------------------------------------
# edit when you build new package
version="2.0"
version="2.1-beta"
package_name="warden-client"
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
- added support for error (debug) logging via STDERR and/or Syslog
- receiving of all types of messages now supported
- added support for batch processing
- maximum number of events received ($MAX_RCV_EVENTS_LIMIT) in one batch can
be set in etc/warden-client.conf. Default is 6000.
- 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
......
......@@ -30,7 +30,7 @@ A. Overall Information
2. Version
2.1 (2012-10-18)
2.1 (2012-11-05)
3. Package structure
......@@ -70,11 +70,11 @@ C. Installation (First installation of the Warden client package)
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
$ tar xzvf warden-client-2.0.tar.gz
$ tar xzvf warden-client-2.1.tar.gz
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