Prepare changelog files for 0.9.6

This commit is contained in:
Alexander Neumann
2019-11-22 16:18:33 +01:00
parent e14c4b1737
commit 29b7b17491
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Allow multiple retries for interactive password input
Restic used to quit if the repository password was typed incorrectly once.
Restic will now ask the user again for the repository password if typed incorrectly.
The user will now get three tries to input the correct password before restic quits.
https://github.com/restic/restic/issues/2306