Update ChangeLog and AUTHORS

This commit is contained in:
Jerome Charaoui 2018-06-27 20:49:08 -04:00
parent 464b84dcfe
commit c3aa57bcdb
2 changed files with 17 additions and 1 deletions

View File

@ -61,3 +61,7 @@ ulrich <ulrich@habmalnefrage.de> -- Added validation check for when
Romain Dessort <romain@univers-libre.net> -- Fix list of devices when dumping partition tables
Guillaume Subiron <ben@wainei.net> -- borg handler
Jerome Charaoui <jerome@riseup.net> -- borg handler
David Gasaway <dave@gasaway.org> -- Fixes for configuration files without suffix
Hugh Nowlan <nosmo@nosmo.me> -- dup check for archive dir
Lyz <lyz@riseup.net> -- sys support for LUKS in disk partitions
Glandos <bugs-0xacab@antipoul.fr> -- sys excludes zram devices

View File

@ -1,10 +1,22 @@
version 1.0.3 -- UNRELEASED
backupninja changes
· Add validation check for when parameter
· Quote output strings passed to logging functions
· Ignore files in /etc/backup.d that lack suffix
documentation changes
· Fix typos in README.md and manpages. Thank you, Lintian!
· Improve release process documentation
handler changes
borg:
. Added initial support
. Add initial support
dub:
· Fix symmetric encryption
· Bail if archive dir doesn't exist
sys:
· Use lsblk instead of sfdisk to get a list of block devices
· Avoid looking for partitions on zram devices
· Support extracting LUKS headers from partitions
version 1.0.2 -- September 05, 2017
handler changes