Prepare changelog for 0.12.1

This commit is contained in:
Alexander Neumann
2021-08-03 11:45:19 +02:00
parent b862732318
commit b19cd8c50f
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Fix crash of `backup --exclude='**'`
The exclude filter `**`, which excludes all files, caused restic to crash. This
has been corrected.
https://github.com/restic/restic/issues/3380
https://github.com/restic/restic/pull/3393