-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Changes in version 0.5.1: | ||
|
||
Breaking changes: | ||
- ls: Added option `--recursive`, note: default is now non-recursive if a path is given. | ||
|
||
Bugs fixed: | ||
- Fixed compilation on OpenBSD. | ||
- Fixed shell completions. | ||
- REST backend displayed the connection password in the log. This has been changed. | ||
- restore: Existing symlinks displayed an error. This is now corrected if the `--delete` option is used. | ||
- restore: Setting ownership/permissons/times for symlinks failed. This has been fixed. | ||
- Spaces in paths did not work when given in the config file. This has been fixed. | ||
- backup --stdin-filename did not use the given filename. This has been fixed. | ||
- backup always displayed at least 1 dir as changed. This has been corrected. | ||
- Windows: Backup of the path prefix (e.g. C: -> C/) did not work. This has been fixed. | ||
|
||
New features: | ||
- REST backend: Set User-Agent header. | ||
- ls: Added option `--recursive`. | ||
- ls: Added glob options to exclude/include. | ||
- restore: Added glob options to exclude/include. | ||
- restore: xattrs treatment has been improved. | ||
- Dependencies have been updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
Changes in version x.x.x: | ||
|
||
Breaking changes: | ||
- ls: Added option `--recursive`, note: default is now non-recursive if a path is given | ||
|
||
Bugs fixed: | ||
- Fixed compilation on OpenBSD. | ||
- Fixed shell completions. | ||
- REST backend displayed the connection password in the log. This has been changed. | ||
- restore: Existing symlinks displayed an error. This is now corrected if the `--delete` option is used. | ||
- restore: Setting ownership/permissons/times for symlinks failed. This has been fixed. | ||
- Spaces in paths did not work when given in the config file. This has been fixed. | ||
- backup --stdin-filename did not use the given filename. This has been fixed. | ||
- backup always displayed at least 1 dir as changed. This has been corrected. | ||
|
||
New features: | ||
- REST backend: Set User-Agent header | ||
- ls: Added option `--recursive` | ||
- ls: Added glob options to exclude/include | ||
- restore: Added glob options to exclude/include | ||
- restore: xattrs treatment has been improved |