Move changelog files for 0.9.1

This commit is contained in:
Alexander Neumann
2018-06-10 11:22:32 +02:00
parent 63779c1eb4
commit e62add84bc
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Bugfix: Correct `find` to not skip snapshots
Under certain circumstances, the `find` command was found to skip snapshots
containing directories with files to look for when the directories haven't been
modified at all, and were already printed as part of a different snapshot. This
is now corrected.
In addition, we've switched to our own matching/pattern implementation, so now
things like `restic find "/home/user/foo/**/main.go"` are possible.
https://github.com/restic/restic/issues/1825
https://github.com/restic/restic/issues/1823