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

upravy pro vydani warden-client-1.2.0

parent ec7f4918
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
-------------------------------------------------------------------------- --------------------------------------------------------------------------
- Fixed SSL certificate/key access privileges security issue - Fixed SSL certificate/key access privileges security issue
- Fixed client crash after multiple events download - Fixed client crash after multiple events download
- Fixed install.sh crash when warden client installation dictionary doesn't exist
- Fixed several small bugs/issues - Fixed several small bugs/issues
2012-02-06 v1.1.0 stable version and bugfix release of warden-client-1.0.0 2012-02-06 v1.1.0 stable version and bugfix release of warden-client-1.0.0
-------------------------------------------------------------------------- --------------------------------------------------------------------------
- Fixed bug when receiving of events - Fixed bug when receiving of events
...@@ -16,6 +18,7 @@ ...@@ -16,6 +18,7 @@
- Added update script -> update.sh - Added update script -> update.sh
- Fixed several small bugs/issues - 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
......
+------------------------------+ +------------------------------+
| README - Warden Client 1.1.0 | | README - Warden Client 1.2.0 |
+------------------------------+ +------------------------------+
Content Content
...@@ -30,7 +30,7 @@ A. Overall Information ...@@ -30,7 +30,7 @@ A. Overall Information
2. Version 2. Version
1.1.0 (2012-02-06) 1.2.0 (2012-00-00)
3. Package structure 3. Package structure
...@@ -129,11 +129,11 @@ D. Installation (First installation of the Warden client package) ...@@ -129,11 +129,11 @@ D. Installation (First installation of the Warden client package)
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.1.0.tar.gz.sig $ sha1sum -c warden-client-1.2.0.tar.gz.sig
2. Untar it 2. Untar it
$ tar xzvf warden-client-1.1.0.tar.gz $ tar xzvf warden-client-1.2.0.tar.gz
3. Run install.sh 3. Run install.sh
...@@ -189,11 +189,11 @@ E. Update (Update of previously installed the Warden client package) ...@@ -189,11 +189,11 @@ E. 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-1.1.0.tar.gz.sig $ sha1sum -c warden-client-1.2.0.tar.gz.sig
2. Untar it 2. Untar it
$ tar xzvf warden-client-1.1.0.tar.gz $ tar xzvf warden-client-1.2.0.tar.gz
3. Run update.sh 3. Run update.sh
......
+-------------------------------------+ +-------------------------------------+
| README.cesnet - Warden Client 1.1.0 | | README.cesnet - Warden Client 1.2.0 |
| | | |
| CESNET Specifics | | CESNET Specifics |
+-------------------------------------+ +-------------------------------------+
...@@ -26,7 +26,7 @@ A. Overall Information ...@@ -26,7 +26,7 @@ A. Overall Information
2. Version 2. Version
1.1.0 (2012-02-06) 1.2.0 (2012-00-00)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
B. Registration B. Registration
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
use strict; use strict;
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Warden 1.1.0. Client, Receiver, Example # Warden 1.2.0. Client, Receiver, Example
# #
# Simple use of warden-client receiver functionality to download new events # Simple use of warden-client receiver functionality to download new events
# from # Warden server. This code illustrates how to integrate warden-client # from # Warden server. This code illustrates how to integrate warden-client
......
...@@ -34,7 +34,7 @@ use strict; ...@@ -34,7 +34,7 @@ use strict;
use DateTime; use DateTime;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Warden 1.1.0. Client, Sender, Example # Warden 1.2.0. Client, Sender, Example
# #
# Sample script using warden-client sending functionality. This example is not # Sample script using warden-client sending functionality. This example is not
# intended to be a standalone script. It only shows how to use warden-client # intended to be a standalone script. It only shows how to use warden-client
......
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