From 19892888675cea5d6e63fc0d2028f7bee92401f8 Mon Sep 17 00:00:00 2001 From: Ralf Kilian Date: Wed, 1 Feb 2017 21:58:43 +0100 Subject: [PATCH 1/4] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1718bb1..5302475 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ README (SaLoMon) Project SaLoMon - Version 1.7.1 + Version 1.7.2 Copyright (C) 2017 by Ralf Kilian Website: http://www.urbanware.org From 562dcc8f279c97b5960d005046efad58269ea794 Mon Sep 17 00:00:00 2001 From: Ralf Kilian Date: Wed, 1 Feb 2017 21:59:01 +0100 Subject: [PATCH 2/4] Update global.sh --- core/global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/global.sh b/core/global.sh index e084f5b..04d4492 100644 --- a/core/global.sh +++ b/core/global.sh @@ -11,7 +11,7 @@ # ============================================================================ set_global_variables() { - version="1.7.1" + version="1.7.2" arg_case="" input_file="" From f2f750a3e111eae2991520e4e0eeaefed2a7ed99 Mon Sep 17 00:00:00 2001 From: Ralf Kilian Date: Wed, 1 Feb 2017 22:08:31 +0100 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d6ec259..d1b609c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,22 @@ CHANGELOG (SaLoMon) + Version 1.7.2 (2017-02-01) + + + Added a variable into the global variable core script containing the + version number (instead of such a variable in each non-core script). + + * Revised the main and the install script (abbreviated the notice + about the missing Bash shell and referred to the shell compatibility + script for details. + * Revised the notice inside the shell compatibility script about the + missing Bash shell. + * Revised the syntax to check for zero-length strings in various + components. + + - Removed the variables containing the version number inside the non- + core scripts (now a global variable). + Version 1.7.1 (2017-01-03) + Added a permission check on the input file (exit in case the file From 053b7bcbc177207fd1234b4f249b2121063292d5 Mon Sep 17 00:00:00 2001 From: Ralf Kilian Date: Wed, 1 Feb 2017 22:10:36 +0100 Subject: [PATCH 4/4] Update CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d1b609c..1368cee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,7 @@ CHANGELOG (SaLoMon) * Revised the main and the install script (abbreviated the notice about the missing Bash shell and referred to the shell compatibility - script for details. + script for details). * Revised the notice inside the shell compatibility script about the missing Bash shell. * Revised the syntax to check for zero-length strings in various