Create changelog dir for 0.9.4

This commit is contained in:
Alexander Neumann
2019-01-06 21:33:09 +01:00
parent 3b0ad2e368
commit 77ab10d401
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Bugfix: Add host name filter shorthand flag for `stats` command
The default value for `--host` flag was set to 'H' (the shorthand version of
the flag), this caused the lookup for the latest snapshot to fail.
Add shorthand flag `-H` for `--host` (with empty default so if these flags
are not specified the latest snapshot will not filter by host name).
Also add shorthand `-H` for `backup` command.
https://github.com/restic/restic/issues/2040