Prepare changelog for 0.15.0

This commit is contained in:
Alexander Neumann
2023-01-12 20:50:44 +01:00
parent 0c5a55d1bd
commit cd2f53e3f9
39 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Enhancement: Make `init` open only one connection for the SFTP backend
The `init` command using the SFTP backend used to connect twice to the
repository. This could be inconvenient if the user must enter a password,
or cause `init` to fail if the server does not correctly close the first SFTP
connection.
This has now been fixed by reusing the first/initial SFTP connection opened.
https://github.com/restic/restic/issues/2152
https://github.com/restic/restic/pull/3882