From a0129b1fdfc57911bddd93f477c2f12fdd21a371 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 19 Jan 2020 15:38:53 +0100 Subject: [PATCH] Update changelog --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index f21fa28..8a641c5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.1.1 (2020-01-19) + * Skip canonical path check when running chrooted. + This works around a requirement by musl to have a mounted /proc filesystem + when calling realpath(3). + 1.1.0 (2019-10-05) * Server: - chroot to destination directory if permissions are sufficient