mirror of
https://github.com/restic/restic.git
synced 2025-08-23 19:47:36 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
11
changelog/0.15.0_2023-01-12/issue-2152
Normal file
11
changelog/0.15.0_2023-01-12/issue-2152
Normal 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
|
Reference in New Issue
Block a user