From 7b4b42d83201959d1a86d86625bc7e4ddc4f1326 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 26 Feb 2019 22:39:27 +0100 Subject: [PATCH 1/2] pypi metadata: enter alpha dev status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b47e45f2..df51ac4a8 100644 --- a/setup.py +++ b/setup.py @@ -267,7 +267,7 @@ setup( license='BSD', platforms=['Linux', 'MacOS X', 'FreeBSD', 'OpenBSD', 'NetBSD', ], classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: BSD License', From 8b55bb1096ad8f27ac139619f71d1808383fcbca Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 26 Feb 2019 22:50:40 +0100 Subject: [PATCH 2/2] update CHANGES --- docs/changes.rst | 14 ++++++++++++-- 1 file 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