From 637de0149ca4d3ae6f29fa2c570f13deba598981 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 3 Jul 2017 19:49:18 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff38c8b0..edf2bc7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ Important Changes in 0.X.Y https://github.com/restic/restic/issues/1073 https://github.com/restic/restic/pull/1075 +Small changes +------------- + + * The local and sftp backends now create the subdirs below `data/` on + open/init. This way, restic makes sure that they always exist. This is + connected to an issue for the sftp server: + https://github.com/restic/rest-server/pull/11#issuecomment-309879710 + https://github.com/restic/restic/issues/1055 + https://github.com/restic/restic/pull/1077 + + Important Changes in 0.7.0 ==========================