-
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
May 9, 2017
1 parent
4ac42d1
commit dbfd884
Showing
4 changed files
with
26 additions
and
16 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.0" | ||
version = "0.3.1" | ||
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,12 @@ | ||
zvault (0.3.1) stable; urgency=medium | ||
|
||
* [added] Derive key pairs from passwords | ||
* [modified] Added root repository to exclude list | ||
* [modified] Initializing data in index before use | ||
* [modified] Updated dependencies | ||
|
||
-- Dennis Schwerdel <[email protected]> Tue, 09 May 2017 09:34:22 +0200 | ||
|
||
zvault (0.3.0) stable; urgency=medium | ||
|
||
* [added] Ability to read/write tar file from/to stdin/stdout | ||
|