浏览代码

Merge pull request #4408 from ThomasWaldmann/rel120a3

Release 1.2.0a3
TW 6 年之前
父节点
当前提交
3b4ff73d47
共有 2 个文件被更改,包括 13 次插入3 次删除
  1. 12 2
      docs/changes.rst
  2. 1 1
      setup.py

+ 12 - 2
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

+ 1 - 1
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',