zvault/deb/zvault/debian/changelog

85 lines
3.5 KiB
Plaintext
Raw Normal View History

2017-07-21 09:27:37 +00:00
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
2017-05-11 08:57:54 +00:00
zvault (0.3.2) stable; urgency=medium
* [modified] Changed order of arguments in `addkey` to match src-dst scheme
* [modified] Skip root folder on restore
* [fixed] Fixed `addkey` subcommand
* [fixed] Fixed reading tar files from stdin
* [fixed] Fixed exporting files with long names as tar files
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Thu, 11 May 2017 10:52:51 +0200
2017-05-09 07:42:19 +00:00
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 <schwerdel@informatik.uni-kl.de> Tue, 09 May 2017 09:34:22 +0200
2017-04-27 11:35:48 +00:00
zvault (0.3.0) stable; urgency=medium
* [added] Ability to read/write tar file from/to stdin/stdout
* [added] Added date to bundles
* [added] Option to combine small bundles
* [added] Fixed chunker
* [modified] Logging to stderr
* [modified] Enforce deterministic bundle ordering
* [modified] More info in analyze subcommand
* [modified] Estimating final bundle size in order to reach it
* [fixed] Only print "repairing bundles" if actually repairing bundles
* [fixed] Only put mode bits of st_mode into metadata
* [fixed] Only repairing backups with --repair
* [fixed] Fixed vacuum
* [fixed] First removing bundles, then adding new ones
* [fixed] No longer clobbering broken files
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Thu, 27 Apr 2017 13:34:34 +0200
2017-04-14 07:47:58 +00:00
zvault (0.2.0) stable; urgency=medium
* [added] Added CHANGELOG
* [added] Locking local repository to avoid index corruption
* [added] Storing user/group names in backups
* [added] Ability to repair bundles, backups, index, bundle map and bundle cache
* [added] Manpages for all subcommands
* [added] Folders of backups can be listed, removed and mounted
* [added] Supporting extended attributes in tar files
* [modified] No longer trying to upload by rename
* [modified] No longer failing restore if setting file attributes fails
* [modified] Backup files must end with `.backup` (**conversion needed**)
* [modified] Bundle files must end with `.bundle`
* [modified] Ingnoring corrupt bundles instead of failing
* [fixed] Creating empty bundle cache on init to avoid warnings
* [fixed] Calling sodiumoxide::init for faster algorithms and thread safety (not needed)
* [fixed] Fixed a deadlock in the bundle upload code
* [fixed] Also setting repository dirty on crash
* [fixed] Ignoring missing backups folder
* [fixed] Fixed problems with uploads from relative repository paths
* [fixed] Fixed finished messages
* [fixed] Fixed inode retrieval for single-file backups
* [fixed] Fixed tar import
-- Dennis Schwerdel <schwerdel@googlemail.com> Fri, 14 Apr 2017 09:45:20 +0200
2017-04-05 07:04:50 +00:00
zvault (0.1.0) stable; urgency=medium
* Initial release
-- Dennis Schwerdel <schwerdel@googlemail.com> Tue, 04 Apr 2017 14:23:12 +0100