Skip to content

Commit d0dabe6

Browse files
Merge pull request #9087 from ThomasWaldmann/update-changes-master
update CHANGES
2 parents 0277d8b + 73e2543 commit d0dabe6

File tree

1 file changed

+60
-2
lines changed

1 file changed

+60
-2
lines changed

docs/changes.rst

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Compatibility notes:
144144
Change Log 2.x
145145
==============
146146

147-
Version 2.0.0b19 (2025-07-02)
148-
-----------------------------
147+
Version 2.0.0b20 (not released yet)
148+
-----------------------------------
149149

150150
Please note:
151151

@@ -154,6 +154,64 @@ Beta releases are only for testing on NEW repos - do not use for production.
154154
For upgrade and compatibility hints, please also read the section "Upgrade Notes"
155155
above.
156156

157+
New features:
158+
159+
- fat binary builds on GitHub (see assets on the GitHub releases page):
160+
161+
- for Linux with glibc 2.35+ (Intel/AMD and ARM64)
162+
- for macOS 14+ (Apple Silicon/ARM64) and macOS 13+ (Intel)
163+
- export-tar/import-tar: support for POSIX ACLs (PAX format)
164+
- list --format: add "inode" placeholder
165+
- improved tty-less progress reporting (--progress), #9055
166+
167+
Fixes:
168+
169+
- transfer: fix borg transfer corrupting the source repo index, #9022
170+
- legacyrepository: remove auto_recover, #9022
171+
- fix reading borg 1.x repo index, #9022
172+
- enable S3 support of borgstore
173+
- mount --show-rc: display main process return code (rc), #8308
174+
- create: add exception handler for NODUMP-excluded directories, #9032
175+
176+
Other changes:
177+
178+
- support Python 3.14, msgpack 1.1.2, use Cython 3.1.4
179+
- require setuptools>=78.1.1, #9042
180+
- Brewfile: use openssl@3
181+
- GitHub Actions: use korthout/backport-action
182+
- tests:
183+
184+
- add fuzzing tests for chunkers
185+
- add tests for diff output of archives with hard links
186+
- read_only CM: skip test if cmd_immutable is unsuccessful, fixes #9021
187+
- save space in test_create_* tests
188+
- CI/tests: add SFTP/rclone/S3 repo testing
189+
- CI: add local servers for S3 and SFTP testing
190+
- transfer: add test for unexpected src repo index change, #9022
191+
- pyproject.toml: correctly define test environments for FUSE testing
192+
- Vagrant:
193+
194+
- add Debian testing/Trixie box
195+
- drop macOS 10.12 box
196+
- use Python 3.13.8 for binary building and tests
197+
- use PyInstaller 6.14.2 for binary building
198+
- docs:
199+
200+
- update README for binaries
201+
- improve borg help patterns, #7144
202+
- patterns: clarify scope of default pattern style, #9004
203+
- extract: document how to use wildcards in PATHs, #8589
204+
- how to debug borg mount, #5461
205+
- document what happens when a new keyfile repo is created at the same path, #6230
206+
- update install docs to include `SETUPTOOLS_SCM_PRETEND_VERSION`
207+
- add Arch Linux to the 'Installing from source' docs
208+
- add systemd-inhibit and examples, #8989
209+
- code/docs: fix typos and grammar
210+
211+
212+
Version 2.0.0b19 (2025-07-02)
213+
-----------------------------
214+
157215
Fixes:
158216

159217
- reader: fix corruption issue "forgetting" all-zero bytestrings, #8963

0 commit comments

Comments
 (0)