2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-01 17:23:57 +00:00
restic/changelog/0.17.3_2024-11-08/issue-4971

8 lines
259 B
Plaintext
Raw Normal View History

2024-09-11 19:39:35 +00:00
Bugfix: Fix unusable `mount` on macOS Sonoma
2024-11-03 21:53:09 +00:00
On macOS Sonoma when using FUSE-T, it was not possible to access files in
a mounted repository. This issue is now resolved.
2024-09-11 19:39:35 +00:00
https://github.com/restic/restic/issues/4971
https://github.com/restic/restic/pull/5048