浏览代码

Merge pull request #7214 from ThomasWaldmann/update-changes-1.2

update CHANGES (1.2-maint)
TW 2 年之前
父节点
当前提交
d61f5eba63
共有 1 个文件被更改,包括 29 次插入2 次删除
  1. 29 2
      docs/changes.rst

+ 29 - 2
docs/changes.rst

@@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
 Change Log
 ==========
 
-Version 1.2.2 (2022-08-20)
---------------------------
+Version 1.2.3 (not released yet)
+--------------------------------
 
 Upgrade notes:
 
@@ -297,6 +297,33 @@ Compatibility notes:
   if you have scripts expecting rc == 2 for a signal exit, you need to update
   them to check for >= 128.
 
+Fixes:
+
+- create: fix --list --dry-run output for directories, #7209
+- diff/recreate: normalize chunker params before comparing them, #7079
+- check: fix uninitialised variable if repo is completely empty, #7034
+- xattrs: improve error handling, #6988
+- fix args.paths related argparsing, #6994
+- archive.save(): always use metadata from stats (e.g. nfiles, size, ...), #7072
+- tar_filter: recognize .tar.zst as zstd, #7093
+- get_chunker: fix missing sparse=False argument, #7056
+- file_integrity.py: make sure file_fd is always closed on exit
+- repository: cleanup(): close segment before unlinking
+- repository: use os.replace instead of os.rename
+
+Other changes:
+
+- remove python < 3.7 compatibility code
+- do not use version_tuple placeholder in setuptools_scm template
+- CI: fix tox4 passenv issue, #7199
+- vagrant: update python 3.9 and 3.11
+- misc. test suite and docs fixes / improvements
+- Windows: use MSYS2 for Github CI, remove Appveyor CI
+
+
+Version 1.2.2 (2022-08-20)
+--------------------------
+
 New features:
 
 - prune/delete --checkpoint-interval=1800 and ctrl-c/SIGINT support, #6284