summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2023-03-11 19:17:52 +0100
committerGitHub <noreply@github.com>2023-03-11 19:17:52 +0100
commit0a61c7b767054bfcb73e04bff6f1dc55c90db4d0 (patch)
tree393530c18f02eb679b53b8fc3d4abb3b66f83104 /docs
parentc9190fe8673e63dae8be28f16307254ee0783ff4 (diff)
parentcd35e22d06ca92848ba0c91d749561787838d6ca (diff)
Merge pull request #7428 from ThomasWaldmann/update-changes-1.2
update CHANGES (1.2-maint)
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst48
1 files changed, 46 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 3dc9d84f4..b9c41c060 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.3 (2022-12-24)
---------------------------
+Version 1.2.4 (not released yet)
+--------------------------------
Upgrade notes:
@@ -297,6 +297,50 @@ Compatibility notes:
if you have scripts expecting rc == 2 for a signal exit, you need to update
them to check for >= 128.
+
+New features:
+
+- debug id-hash: computes file/chunk content id-hash, #7406
+
+Bug fixes:
+
+- debug get-obj/put-obj: always give chunkid as cli param, see #7290
+ (this is an incompatible change, see also borg debug id-hash)
+- extract: fix mtime when ResourceFork xattr is set (macOS specific), #7234
+- recreate: without --chunker-params, do not re-chunk, #7337
+- recreate: when --target is given, do not detect "nothing to do".
+ use case: borg recreate -a src --target dst can be used to make a copy
+ of an archive inside the same repository, #7254.
+- set .hardlink_master for ALL hardlinkable items, #7175
+- locking: fix host, pid, tid order.
+ tid (thread id) must be parsed as hex from lock file name.
+- update development.lock.txt, including a setuptools security fix, #7227
+
+Other changes:
+
+- requirements: allow msgpack 1.0.5 also
+- upgrade Cython to 0.29.33
+- hashindex minor fixes, refactor, tweaks, tests
+- use os.replace not os.rename
+- remove BORG_LIBB2_PREFIX (not used any more)
+- docs:
+
+ - update FAQ about locale/unicode issues, #6999
+ - improve mount options rendering, #7359
+ - make timestamps in manual pages reproducible
+ - installation: update Fedora in distribution list, #7357
+- tests:
+
+ - fix test_size_on_disk_accurate for large st_blksize, #7250
+ - add same_ts_ns function and use it for relaxed timestamp comparisons
+ - "auto" compressor tests: don't assume a specific size,
+ do not assume zlib is better than lz4, #7363
+ - add test for extracted directory mtime
+
+
+Version 1.2.3 (2022-12-24)
+--------------------------
+
Fixes:
- create: fix --list --dry-run output for directories, #7209