mirror of
https://github.com/restic/restic.git
synced 2025-08-24 06:44:02 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
13
changelog/0.14.0_2022-08-25/issue-3692
Normal file
13
changelog/0.14.0_2022-08-25/issue-3692
Normal file
@@ -0,0 +1,13 @@
|
||||
Bugfix: Fix rclone (shimmed by Scoop) and sftp not working on Windows
|
||||
|
||||
In #3602 a fix was introduced to address the problem of `rclone` prematurely
|
||||
exiting when Ctrl+C is pressed on Windows. The solution was to create the
|
||||
subprocess with its console detached from the restic console.
|
||||
|
||||
However, this solution failed when using `rclone` installed by Scoop or using
|
||||
`sftp` with a passphrase-protected private key. We've now fixed this by using
|
||||
a different approach to prevent Ctrl-C from passing down too early.
|
||||
|
||||
https://github.com/restic/restic/issues/3681
|
||||
https://github.com/restic/restic/issues/3692
|
||||
https://github.com/restic/restic/pull/3696
|
Reference in New Issue
Block a user