diff options
author | Thomas Waldmann <tw@waldmann-edv.de> | 2019-02-26 22:50:40 +0100 |
---|---|---|
committer | Thomas Waldmann <tw@waldmann-edv.de> | 2019-02-26 22:50:40 +0100 |
commit | 8b55bb1096ad8f27ac139619f71d1808383fcbca (patch) | |
tree | 11d9ba817c559e31653036d3d933e89d01ee5d0e | |
parent | 7b4b42d83201959d1a86d86625bc7e4ddc4f1326 (diff) |
update CHANGES1.2.0a3
-rw-r--r-- | docs/changes.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst index 09e3436a5..3867c2425 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction:: Changelog ========= -Version 1.2.0a2 and earlier (2019-02-24) ----------------------------------------- +Version 1.2.0a3 (2019-02-26) +---------------------------- Please note: @@ -206,6 +206,16 @@ Compatibility notes: - option "--ignore-inode" (2017-09), use "--files-cache" w/o "inode" - option "--no-files-cache" (2017-09), use "--files-cache=disabled" +Fixes: + +- LibreSSL build fixes, #4403 +- dummy ACL/xattr code fixes (used by OpenBSD and others), #4403 +- create: fix openat/statat issues for root directory, #4405 + + +Version 1.2.0a2 and earlier (2019-02-24) +---------------------------------------- + New features: - compact: "borg compact" needs to be used to free repository space by |