Merge pull request #4408 from ThomasWaldmann/rel120a3

Release 1.2.0a3
This commit is contained in:
TW 2019-02-28 12:20:40 +01:00 committed by GitHub
commit 3b4ff73d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View File

@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction::
Changelog Changelog
========= =========
Version 1.2.0a2 and earlier (2019-02-24) Version 1.2.0a3 (2019-02-26)
---------------------------------------- ----------------------------
Please note: Please note:
@ -206,6 +206,16 @@ Compatibility notes:
- option "--ignore-inode" (2017-09), use "--files-cache" w/o "inode" - option "--ignore-inode" (2017-09), use "--files-cache" w/o "inode"
- option "--no-files-cache" (2017-09), use "--files-cache=disabled" - 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: New features:
- compact: "borg compact" needs to be used to free repository space by - compact: "borg compact" needs to be used to free repository space by

View File

@ -267,7 +267,7 @@ setup(
license='BSD', license='BSD',
platforms=['Linux', 'MacOS X', 'FreeBSD', 'OpenBSD', 'NetBSD', ], platforms=['Linux', 'MacOS X', 'FreeBSD', 'OpenBSD', 'NetBSD', ],
classifiers=[ classifiers=[
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 3 - Alpha',
'Environment :: Console', 'Environment :: Console',
'Intended Audience :: System Administrators', 'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',