From c5c93a625569efc792d95814acbba400a29a61a0 Mon Sep 17 00:00:00 2001 From: Lisias Date: Tue, 25 Aug 2020 16:02:29 -0300 Subject: [PATCH] Release 4.1.4.3 (LisiasT) for KSP >= 1.2 --- CHANGES.md | 5 +++-- CHANGE_LOG.md | 5 ++++- ModuleManager.version | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cf07ea5..9c068a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,10 @@ *Lasciate ogne speranza, voi ch'intrate* - - - -* 2020-0822: 4.1.4.2 (Lisias) for KSP >= 1.3.1 +* 2020-0825: 4.1.4.3 (Lisias) for KSP >= 1.3.1 + Preventing KSPe to use Thread Safe logging. - - MM doesn't need it (yet), and it's somewhat verbose on the logging. + - MM doesn't need it (yet), and it's somewhat verbose on the logging. + - KSPe thread safe logging will also mangle a bit the timestamps (as the writings are delayed until the next frame), what may be undesirable on MM. + Needs KSPe 2.2.1 or newer. * 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1 + Merging upstream updates: diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index d87fff5..d38b52e 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -2,10 +2,13 @@ *Lasciate ogne speranza, voi ch'intrate* - - - -* 2020-0822: 4.1.4.2 (Lisias) for KSP >= 1.3.1 +* 2020-0825: 4.1.4.3 (Lisias) for KSP >= 1.3.1 + Preventing KSPe to use Thread Safe logging. - MM doesn't need it (yet), and it's somewhat verbose on the logging. + - KSPe thread safe logging will also mangle a bit the timestamps (as the writings are delayed until the next frame), what may be undesirable on MM. + Needs KSPe 2.2.1 or newer. +* 2020-0822: 4.1.4.2 (Lisias) for KSP >= 1.3.1 + + **Withdrawn** due a KSPe bork. * 2020-0711: 4.1.4.1 (Lisias) for KSP >= 1.3.1 + Merging upstream updates: - Fix a bug with LAST[modx] when modx is not present diff --git a/ModuleManager.version b/ModuleManager.version index 59e7c5b..8fa78f6 100644 --- a/ModuleManager.version +++ b/ModuleManager.version @@ -8,7 +8,7 @@ "MAJOR":4, "MINOR":1, "PATCH":4, - "BUILD":2 + "BUILD":3 }, "KSP_VERSION_MIN":{ "MAJOR":1,