From 83e6c5309b6daa51c4756895f05ab469b34c4d76 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 6 Apr 2019 12:17:53 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4267cd4..7ae72a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 20190406 +- **Fix for SSH** + - In some situations the SSH Port was not written to a new line (thanks to @dpisano for reporting). +- **Fix race condition for apt-fast** + - Curl and wget need to be installed before apt-fast installation. + ## 20190404 - **Fix #332** - If T-Pot, opposed to the requirements, does not have full internet access netselect-apt fails to determine the fastest mirror as it needs ICMP and UDP outgoing. Should netselect-apt fail the default mirrors will be used.