From abe341435066a6f1482d816ef1d0bbaec0ef916f Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Fri, 14 Apr 2017 09:44:48 +0200 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d5768..29cba1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project follows [semantic versioning](http://semver.org). - [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**) @@ -23,6 +24,7 @@ This project follows [semantic versioning](http://semver.org). - [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 ### v0.1.0 (2017-04-11)