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,6 @@
Bugfix: Allow absolute path for filename when backing up from stdin
When backing up from stdin, handle directory path for `--stdin-filename`.
This can be used to specify the full path for the backed-up file.
https://github.com/restic/restic/issues/2063