mirror of https://github.com/dswd/zvault
Release v0.4.0
This commit is contained in:
parent
d062aaa6d4
commit
7303da43b3
|
@ -3,7 +3,7 @@
|
||||||
This project follows [semantic versioning](http://semver.org).
|
This project follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
|
|
||||||
### UNRELEASED
|
### v0.4.0 (2017-07-21)
|
||||||
* [added] Added `copy` subcommand
|
* [added] Added `copy` subcommand
|
||||||
* [added] Added support for xattrs in fuse mount
|
* [added] Added support for xattrs in fuse mount
|
||||||
* [added] Added support for block/char devices
|
* [added] Added support for block/char devices
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[root]
|
[root]
|
||||||
name = "zvault"
|
name = "zvault"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zvault"
|
name = "zvault"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
|
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
|
||||||
description = "Deduplicating backup tool"
|
description = "Deduplicating backup tool"
|
||||||
|
|
||||||
|
|
|
@ -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 <schwerdel@informatik.uni-kl.de> Fri, 21 Jul 2017 11:25:32 +0200
|
||||||
|
|
||||||
zvault (0.3.2) stable; urgency=medium
|
zvault (0.3.2) stable; urgency=medium
|
||||||
|
|
||||||
* [modified] Changed order of arguments in `addkey` to match src-dst scheme
|
* [modified] Changed order of arguments in `addkey` to match src-dst scheme
|
||||||
|
|
Loading…
Reference in New Issue