Skip to content
Snippets Groups Projects
Commit 1b980a3c authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena verze

parent 539486ae
Branches
Tags
No related merge requests found
2012-02-?? 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 2011-11-16 v1.0.0 stable version
-------------------------------- --------------------------------
- initial package of warden client - Initial package of warden client
- SSL certificate authentication/authorization supported - SSL certificate authentication/authorization supported
- automatized installation process - Automatized installation process
BSD License BSD License
Copyright © 2011 Cesnet z.s.p.o Copyright © 2011-2012 Cesnet z.s.p.o
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
......
+------------------------------+ +------------------------------+
| README - Warden Client 1.0.0 | | README - Warden Client 1.1.0 |
+------------------------------+ +------------------------------+
Content Content
...@@ -28,9 +28,9 @@ A. Overall Information ...@@ -28,9 +28,9 @@ A. Overall Information
2. Version 2. Version
1.0.0 (2011-11-16) 1.1.0 (2012-02-16) - DOPLNIT
3. Package structure 3. Package structure - DOPLNIT
warden-client/ warden-client/
doc/ doc/
...@@ -47,11 +47,12 @@ A. Overall Information ...@@ -47,11 +47,12 @@ A. Overall Information
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
B. Installation Dependencies B. Installation Dependencies
Perl 5.10.1 Perl >= 5.10.1
SOAP::Lite SOAP::Lite >= 0.712
IO::Socket::SSL IO::Socket::SSL >= 1.33
SOAP::Transport::TCP SOAP::Transport::TCP >= 0.712
FindBin FindBin >= 1.50
DateTime >= 0.61
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
C. Registration C. Registration
...@@ -98,11 +99,11 @@ D. Installation ...@@ -98,11 +99,11 @@ D. Installation
1. Check SHA1 checksum of corresponding Warden client package archive 1. Check SHA1 checksum of corresponding Warden client package archive
$ sha1sum -c warden-client-1.0.0.tar.gz.sig $ sha1sum -c warden-client-1.1.0.tar.gz.sig
2. Untar it 2. Untar it
$ tar xzvf warden-client-1.0.0.tar.gz $ tar xzvf warden-client-1.1.0.tar.gz
3. Run install.sh 3. Run install.sh
...@@ -331,7 +332,7 @@ H. Authors ...@@ -331,7 +332,7 @@ H. Authors
Development: Tomas PLESNIK <plesnik@ics.muni.cz> Development: Tomas PLESNIK <plesnik@ics.muni.cz>
Jan SOUKAL <soukal@ics.muni.cz> Jan SOUKAL <soukal@ics.muni.cz>
Copyright (C) 2011 Cesnet z.s.p.o Copyright (C) 2012 Cesnet z.s.p.o
Special thanks go to Martin Drasar from CSIRT-MU for his help and support Special thanks go to Martin Drasar from CSIRT-MU for his help and support
in the development of Warden system. in the development of Warden system.
......
...@@ -36,7 +36,7 @@ package WardenClientConf; ...@@ -36,7 +36,7 @@ package WardenClientConf;
use strict; use strict;
our $VERSION = "1.1.0"; our $VERSION = "1.0";
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# loadConf - load variables from configuration file # loadConf - load variables from configuration file
......
...@@ -39,7 +39,7 @@ use IO::Socket::SSL qw(debug1); ...@@ -39,7 +39,7 @@ use IO::Socket::SSL qw(debug1);
use SOAP::Transport::TCP; use SOAP::Transport::TCP;
use FindBin; use FindBin;
our $VERSION = "1.1.0"; our $VERSION = "1.1";
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# errMsg - print error message and die # errMsg - print error message and die
......
...@@ -38,7 +38,7 @@ use SOAP::Lite; ...@@ -38,7 +38,7 @@ use SOAP::Lite;
use IO::Socket::SSL qw(debug1); use IO::Socket::SSL qw(debug1);
use SOAP::Transport::TCP; use SOAP::Transport::TCP;
our $VERSION = "1.1.0"; our $VERSION = "1.1";
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
# if advised of the possibility of such damage. # if advised of the possibility of such damage.
VERSION="1.1.0" VERSION="1.0"
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# FUNCTIONS # FUNCTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment