diff options
-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 |