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,12 @@
Bugfix: Sanitize filenames printed by `backup` during processing
The `backup` command would previously not sanitize the filenames it printed
during processing, potentially causing newlines or terminal control characters
to mangle the status output or even change the state of a terminal.
Filenames are now checked and quoted if they contain non-printable or
non-Unicode characters.
https://github.com/restic/restic/issues/2260
https://github.com/restic/restic/issues/4191
https://github.com/restic/restic/pull/4192