diff --git a/src/warden-server/doc/CHANGELOG b/src/warden-server/doc/CHANGELOG index 0d472113b1167e1e188a1c80ed327e984bc03123..d44a5d70b617e9c6d01b911f06abb1fb6aacab02 100644 --- a/src/warden-server/doc/CHANGELOG +++ b/src/warden-server/doc/CHANGELOG @@ -1,4 +1,4 @@ -2012-00-00 v2.1 stable version +2012-11-16 v2.1 stable version ------------------------------ - fixed bug in default value of database timestamp type (#576, #577) - fixed bug in getStatus function (#566) diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README index f0318ca75960fb58f3348fd7957b216659c0bf9c..097bd2ffee11a7bf85d2b089ffe25d3aeb0459f9 100644 --- a/src/warden-server/doc/README +++ b/src/warden-server/doc/README @@ -25,7 +25,7 @@ A. Overall Information 2. Version - 2.1 (2012-00-00) + 2.1 (2012-11-16) 3. Package structure @@ -224,6 +224,24 @@ C. Installation -------------------------------------------------------------------------------- D. Update +For update of the Warden server package from local machine use update.sh. + + Default destination directory is /opt/warden-server/. + + For more information about update.sh options run update.sh -h + + Usage: $ ./update.sh [-d <directory>] [-hV] + -d <directory> destination directory (default: /opt) + -h print this help + -V print script version number and exit + + Example: # ./update.sh -d /opt + + You must be root for running this script. + + For more information about post-update steps see UPDATE file in 'doc' + directory. + -------------------------------------------------------------------------------- E. Uninstallation