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

stable verze warden-client 2.1

parent 52fd4c9c
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.1-beta" version="2.1"
package_name="warden-client" package_name="warden-client"
package="${package_name}-${version}" package="${package_name}-${version}"
......
File added
79bcb17ca5b81df49c1c94b9b9ef83fecff31c69 warden-client-2.1.tar.gz
AUTHORS AND MAINTAINERS : AUTHORS AND MAINTAINERS :
MAIN DEVELOPERS: PROJECT ARCHITECTS:
Tomas Plesnik <plesnik@ics.muni.cz> Pavel Kacha <ph@cesnet.cz>
Jan Soukal <soukal@ics.muni.cz> Andrea Kropacova <andrea@cesnet.cz>
Michal Kostenec <kostenec@civ.zcu.cz> Jan Vykopal <vykopal@cesnet.cz>
CONTRIBUTORS: MAIN DEVELOPERS:
Vit Slama <slama@cis.vutbr.cz> Michal Kostenec <kostenec@cesnet.cz>
Martin Drasar <drasar@ics.muni.cz> Tomas Plesnik <plesnik@cesnet.cz>
Jan Soukal <soukal@cesnet.cz>
TESTING: TESTING:
Jakub Cegan <cegan@ics.muni.cz> Jakub Cegan <jakubcegan@cesnet.cz>
DEVELOPMENT MANAGER:
Jan Vykopal <vykopal@ics.muni.cz>
PROJECT MANAGERS: CONTRIBUTORS:
Pavel Kacha <ph@cesnet.cz> Radoslav Bodo <bodik@civ.zcu.cz>
Andrea Kropacova <andrea@cesnet.cz> Martin Drasar <drasar@ics.muni.cz>
Vit Slama <slama@cis.vutbr.cz>
COMMUNITY: COMMUNITY:
Radoslav Bodo <bodik@civ.zcu.cz>
Radomir Orkac <orkac@cesnet.cz> Radomir Orkac <orkac@cesnet.cz>
Daniel Studeny <Daniel.Studeny@cesnet.cz>
Pavel Vachek <Pavel.Vachek@cesnet.cz>
Martin Zadnik <izadnik@fit.vutbr.cz>
2013-02-05 v.2.1 stable
-----------------------
- Minor changes in documentation
2012-11-05 v.2.1-beta 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
......
BSD License BSD License
Copyright © 2011-2012 Cesnet z.s.p.o Copyright © 2011-2013 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,
......
...@@ -30,7 +30,7 @@ A. Overall Information ...@@ -30,7 +30,7 @@ A. Overall Information
2. Version 2. Version
2.1 (2012-11-05) 2.1 (2013-02-05)
3. Package structure 3. Package structure
...@@ -128,11 +128,11 @@ D. Update (Update of previously installed the Warden client package) ...@@ -128,11 +128,11 @@ D. Update (Update of previously installed the Warden client package)
1. Check SHA1 checksum of corresponding the Warden client package archive 1. Check SHA1 checksum of corresponding the 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 update.sh 3. Run update.sh
...@@ -469,5 +469,5 @@ I. Functions, Arguments and Calls ...@@ -469,5 +469,5 @@ I. Functions, Arguments and Calls
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Copyright (C) 2011-2012 Cesnet z.s.p.o Copyright (C) 2011-2013 Cesnet z.s.p.o
...@@ -26,7 +26,7 @@ A. Overall Information ...@@ -26,7 +26,7 @@ A. Overall Information
2. Version 2. Version
2.1 (2012-10-18) 2.1 (2013-02-05)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
B. Registration B. Registration
...@@ -163,4 +163,4 @@ G. Authors of this document ...@@ -163,4 +163,4 @@ G. Authors of this document
Pavel Kacha <ph@cesnet.cz> Pavel Kacha <ph@cesnet.cz>
Jan Soukal <soukal@ics.muni.cz> Jan Soukal <soukal@ics.muni.cz>
Copyright (C) 2011-2012 Cesnet z.s.p.o Copyright (C) 2011-2013 Cesnet z.s.p.o
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# WardenClientCommon.pm # WardenClientCommon.pm
# #
# Copyright (C) 2011-2012 Cesnet z.s.p.o # Copyright (C) 2011-2013 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# install.sh # install.sh
# #
# Copyright (C) 2011-2012 Cesnet z.s.p.o # Copyright (C) 2011-2013 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# uninstall.sh # uninstall.sh
# #
# Copyright (C) 2011-2012 Cesnet z.s.p.o # Copyright (C) 2011-2013 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# update.sh # update.sh
# #
# Copyright (C) 2011-2012 Cesnet z.s.p.o # Copyright (C) 2011-2013 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment