@@ -140,6 +140,13 @@ Major new features
140140 - All chunkers now use the same input file reading code that supports
141141 sparse files (and fmaps), posix_fadvise, and buffer management.
142142
143+ - borg cockpit: full-screen console-based status display (experimental)
144+
145+ - borg mount: added a new implementation based on mfusepy, compatible with
146+ fuse2 and 3 (experimental)
147+
148+ - shell completions: automatically generate completion scripts (based on shtab)
149+
143150- Command-line interface cleanups
144151
145152 - remote repository URLs default to relative paths, using an absolute path
@@ -206,6 +213,11 @@ Other changes
206213 and also updates both from the filesystem. The files cache can be rebuilt by
207214 reading the latest archive in the series from the repository.
208215- Improve acl_get/acl_set error handling, refactor ACL code
216+ - Linux ACLs: use acl_to_any_text to avoid libacl name lookups - this can be a
217+ major speedup when source files have ACLs and user/group name lookup is slow,
218+ like e.g. on network shares.
219+ - export-tar/import-tar: added support for POSIX ACLs (PAX format)
220+ - NetBSD: added xattr support
209221- crypto: use a one-step KDF for session keys
210222- use setup.py less; use pip, build, and make.py
211223- using the platformdirs Python package to determine locations for configs and
0 commit comments