From 17b670e174b68c514a93dcde74157811a4f3ce0e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 2 Jul 2020 11:30:36 +0200 Subject: [PATCH] bash and Tcl updated --- CHANGELOG.md | 14 ++++++++++++++ config/versions.conf | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d0071..6de9b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,20 @@ **Fixed bugs:** +## Version 1.0.0rc7 (not yet released) + +**Added features:** + +- Support of run-time dependencies which are required but must not be loaded + +**Changed:** + +- Update to BASH 5.0 +- Update to Tcl 8.6.10 + +**Fixed bugs: + +- installation of fallback shared libraries ## Version 1.0.0rc6 diff --git a/config/versions.conf b/config/versions.conf index 12b07c4..534c338 100644 --- a/config/versions.conf +++ b/config/versions.conf @@ -1,7 +1,7 @@ -bash 4.4.18 +bash 5.0 coreutils 8.31 getopt 1.1.6 gettext 0.19.8 modules 3.2.10.1 Pmodules 1.0.0rc7 -Tcl 8.6.9 +Tcl 8.6.10