From c434b912df736bee501e68fa6f48cf1a296f9c4f Mon Sep 17 00:00:00 2001 From: joergboe Date: Mon, 2 Sep 2019 14:34:32 +0200 Subject: [PATCH] Udate README and version string --- README.md | 6 ++++++ bin/version.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c73d0b..c84132c 100644 --- a/README.md +++ b/README.md @@ -238,3 +238,9 @@ Version 3.9.0: - New streamsutils function waitForFinAndCheckHealth - Category Control is disables if a test case wildcard list was entered - New preambl feature exclusive execution property + +Version 3.9.1: +- Corrections in sigint handling in test suite +- Better printout format for job start-and job-end +- Cleanup in job control logic + diff --git a/bin/version.sh b/bin/version.sh index e07e076..e726a64 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1 +1 @@ -declare -xr TTRO_version="3.9.0" +declare -xr TTRO_version="3.9.1"