-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dennis Schwerdel
committed
Jul 21, 2017
1 parent
d062aaa
commit 7303da4
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "zvault" | ||
version = "0.3.2" | ||
version = "0.4.0" | ||
authors = ["Dennis Schwerdel <[email protected]>"] | ||
description = "Deduplicating backup tool" | ||
|
||
|
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,3 +1,18 @@ | ||
zvault (0.4.0) stable; urgency=medium | ||
|
||
* [added] Added `copy` subcommand | ||
* [added] Added support for xattrs in fuse mount | ||
* [added] Added support for block/char devices | ||
* [added] Added support for fifo files | ||
* [modified] Reformatted sources using rustfmt | ||
* [modified] Also documenting common flags in subcommands | ||
* [modified] Using repository aliases (**conversion needed**) | ||
* [modified] Remote path must be absolute | ||
* [modified] Not removing prefixes from bundle names anymore | ||
* [fixed] Fixed tarfile import | ||
|
||
-- Dennis Schwerdel <[email protected]> Fri, 21 Jul 2017 11:25:32 +0200 | ||
|
||
zvault (0.3.2) stable; urgency=medium | ||
|
||
* [modified] Changed order of arguments in `addkey` to match src-dst scheme | ||
|