From 1b980a3c7ead960dccff1e04ec637d3b3edc6aba Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Wed, 1 Feb 2012 08:31:17 +0100 Subject: [PATCH] zmena verze --- src/warden-client/doc/CHANGELOG | 16 ++++++++++++-- src/warden-client/doc/LICENSE | 2 +- src/warden-client/doc/README | 23 ++++++++++---------- src/warden-client/lib/WardenClientConf.pm | 2 +- src/warden-client/lib/WardenClientReceive.pm | 2 +- src/warden-client/lib/WardenClientSend.pm | 2 +- src/warden-client/sh/update.sh | 2 +- 7 files changed, 31 insertions(+), 18 deletions(-) diff --git a/src/warden-client/doc/CHANGELOG b/src/warden-client/doc/CHANGELOG index 44c6c21..909c98e 100644 --- a/src/warden-client/doc/CHANGELOG +++ b/src/warden-client/doc/CHANGELOG @@ -1,5 +1,17 @@ +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 -------------------------------- -- initial package of warden client +- Initial package of warden client - SSL certificate authentication/authorization supported -- automatized installation process +- Automatized installation process diff --git a/src/warden-client/doc/LICENSE b/src/warden-client/doc/LICENSE index ec047e7..41397ce 100644 --- a/src/warden-client/doc/LICENSE +++ b/src/warden-client/doc/LICENSE @@ -1,6 +1,6 @@ BSD License -Copyright © 2011 Cesnet z.s.p.o +Copyright © 2011-2012 Cesnet z.s.p.o All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README index 9106772..33d8595 100644 --- a/src/warden-client/doc/README +++ b/src/warden-client/doc/README @@ -1,5 +1,5 @@ +------------------------------+ -| README - Warden Client 1.0.0 | +| README - Warden Client 1.1.0 | +------------------------------+ Content @@ -28,9 +28,9 @@ A. Overall Information 2. Version - 1.0.0 (2011-11-16) + 1.1.0 (2012-02-16) - DOPLNIT - 3. Package structure + 3. Package structure - DOPLNIT warden-client/ doc/ @@ -47,11 +47,12 @@ A. Overall Information -------------------------------------------------------------------------------- B. Installation Dependencies - Perl 5.10.1 - SOAP::Lite - IO::Socket::SSL - SOAP::Transport::TCP - FindBin + Perl >= 5.10.1 + SOAP::Lite >= 0.712 + IO::Socket::SSL >= 1.33 + SOAP::Transport::TCP >= 0.712 + FindBin >= 1.50 + DateTime >= 0.61 -------------------------------------------------------------------------------- C. Registration @@ -98,11 +99,11 @@ D. Installation 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 - $ tar xzvf warden-client-1.0.0.tar.gz + $ tar xzvf warden-client-1.1.0.tar.gz 3. Run install.sh @@ -331,7 +332,7 @@ H. Authors Development: Tomas PLESNIK <plesnik@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 in the development of Warden system. diff --git a/src/warden-client/lib/WardenClientConf.pm b/src/warden-client/lib/WardenClientConf.pm index 68cd978..8adab10 100755 --- a/src/warden-client/lib/WardenClientConf.pm +++ b/src/warden-client/lib/WardenClientConf.pm @@ -36,7 +36,7 @@ package WardenClientConf; use strict; -our $VERSION = "1.1.0"; +our $VERSION = "1.0"; #------------------------------------------------------------------------------- # loadConf - load variables from configuration file diff --git a/src/warden-client/lib/WardenClientReceive.pm b/src/warden-client/lib/WardenClientReceive.pm index 43f4bab..844aa00 100755 --- a/src/warden-client/lib/WardenClientReceive.pm +++ b/src/warden-client/lib/WardenClientReceive.pm @@ -39,7 +39,7 @@ use IO::Socket::SSL qw(debug1); use SOAP::Transport::TCP; use FindBin; -our $VERSION = "1.1.0"; +our $VERSION = "1.1"; #------------------------------------------------------------------------------- # errMsg - print error message and die diff --git a/src/warden-client/lib/WardenClientSend.pm b/src/warden-client/lib/WardenClientSend.pm index 064b9e2..7898d5f 100755 --- a/src/warden-client/lib/WardenClientSend.pm +++ b/src/warden-client/lib/WardenClientSend.pm @@ -38,7 +38,7 @@ use SOAP::Lite; use IO::Socket::SSL qw(debug1); use SOAP::Transport::TCP; -our $VERSION = "1.1.0"; +our $VERSION = "1.1"; #------------------------------------------------------------------------------- diff --git a/src/warden-client/sh/update.sh b/src/warden-client/sh/update.sh index daf0d59..5bea917 100755 --- a/src/warden-client/sh/update.sh +++ b/src/warden-client/sh/update.sh @@ -32,7 +32,7 @@ # if advised of the possibility of such damage. -VERSION="1.1.0" +VERSION="1.0" #------------------------------------------------------------------------------- # FUNCTIONS -- GitLab