Prepare changelog for 0.15.2

This commit is contained in:
Alexander Neumann
2023-04-24 20:28:24 +02:00
parent 0bac935dac
commit 0aaa4e6cbe
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Bugfix: Make `dump` interpret `--host` and `--path` correctly
A regression in restic 0.15.0 caused `dump` to confuse its `--host=<host>` and
`--path=<path>` options: it looked for snapshots with paths called `<host>`
from hosts called `<path>`. It now treats the options as intended.
https://github.com/restic/restic/issues/4211
https://github.com/restic/restic/pull/4212