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
Tags warden-client-2.1
No related merge requests found
......@@ -27,7 +27,7 @@ err()
#-------------------------------------------------------------------------------
# edit when you build new package
version="2.1-beta"
version="2.1"
package_name="warden-client"
package="${package_name}-${version}"
......
File added
79bcb17ca5b81df49c1c94b9b9ef83fecff31c69 warden-client-2.1.tar.gz
AUTHORS AND MAINTAINERS :
MAIN DEVELOPERS:
Tomas Plesnik <plesnik@ics.muni.cz>
Jan Soukal <soukal@ics.muni.cz>
Michal Kostenec <kostenec@civ.zcu.cz>
PROJECT ARCHITECTS:
Pavel Kacha <ph@cesnet.cz>
Andrea Kropacova <andrea@cesnet.cz>
Jan Vykopal <vykopal@cesnet.cz>
CONTRIBUTORS:
Vit Slama <slama@cis.vutbr.cz>
Martin Drasar <drasar@ics.muni.cz>
MAIN DEVELOPERS:
Michal Kostenec <kostenec@cesnet.cz>
Tomas Plesnik <plesnik@cesnet.cz>
Jan Soukal <soukal@cesnet.cz>
TESTING:
Jakub Cegan <cegan@ics.muni.cz>
Jakub Cegan <jakubcegan@cesnet.cz>
DEVELOPMENT MANAGER:
Jan Vykopal <vykopal@ics.muni.cz>
PROJECT MANAGERS:
Pavel Kacha <ph@cesnet.cz>
Andrea Kropacova <andrea@cesnet.cz>
CONTRIBUTORS:
Radoslav Bodo <bodik@civ.zcu.cz>
Martin Drasar <drasar@ics.muni.cz>
Vit Slama <slama@cis.vutbr.cz>
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
-------------------------------
- Added WardenClientCommon.pm package containing error-handling and
......
BSD License
Copyright © 2011-2012 Cesnet z.s.p.o
Copyright © 2011-2013 Cesnet z.s.p.o
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
......
......@@ -30,7 +30,7 @@ A. Overall Information
2. Version
2.1 (2012-11-05)
2.1 (2013-02-05)
3. Package structure
......@@ -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
$ 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 update.sh
......@@ -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
2. Version
2.1 (2012-10-18)
2.1 (2013-02-05)
--------------------------------------------------------------------------------
B. Registration
......@@ -163,4 +163,4 @@ G. Authors of this document
Pavel Kacha <ph@cesnet.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 @@
#
# 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.
......
......@@ -2,7 +2,7 @@
#
# 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.
......
......@@ -2,7 +2,7 @@
#
# 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.
......
......@@ -2,7 +2,7 @@
#
# 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.
......
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