-
Notifications
You must be signed in to change notification settings - Fork 72
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
3 changed files
with
35 additions
and
24 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,11 @@ | ||
Changes in version 0.4.1: | ||
|
||
Bugs fixed: | ||
- Fixed a possible deadlock in the archiver which could cause `rustic backup` to hang. | ||
- Piping output no longer panices (this allows e.g. to pipe into `head`). | ||
- Fixed progress bar showing 0B/s instead of real rate. | ||
|
||
New features: | ||
- backup: Errors reading the parent now print a warning instead of being silently ignored. | ||
- forget: Allow to keep quarter- and half-yearly. | ||
- Improved the error handling for some situations. |