summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-12-17 18:04:03 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-12-17 18:04:03 +0100
commit9c8ac57399f380b2e73796994ef5f14f9b75dd36 (patch)
tree2e235eaf091c969daa352a6c9addc14ac00fd55c /docs
parent2aae879c49f168a3fffadf06dbfb17355d7c92d6 (diff)
update CHANGES
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst31
1 files changed, 29 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 7f4ec62e..c5be3884 100644
--- a/docs/changes.rst
+++ b/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