forked from TrueCloudLab/restic
doc: Polish changelogs before release
This commit is contained in:
parent
fb4d9b3232
commit
06ba4af436
4 changed files with 14 additions and 16 deletions
|
@ -1,9 +1,7 @@
|
|||
Bugfix: Fix unusable `mount` on macOS Sonoma
|
||||
|
||||
On macOS Sonoma when using fuse-t, it was not possible to access files in
|
||||
a mounted repository.
|
||||
|
||||
This issue has been resolved.
|
||||
On macOS Sonoma when using FUSE-T, it was not possible to access files in
|
||||
a mounted repository. This issue is now resolved.
|
||||
|
||||
https://github.com/restic/restic/issues/4971
|
||||
https://github.com/restic/restic/pull/5048
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Bugfix: fix metadata errors during backup of removable disks on Windows
|
||||
Bugfix: Fix metadata errors during backup of removable disks on Windows
|
||||
|
||||
Since restic 0.17.0, backups of removable disks on Windows could report
|
||||
Since restic 0.17.0, backing up removable disks on Windows could report
|
||||
errors with retrieving metadata like shown below.
|
||||
|
||||
```
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Enhancement: Allow prune dry-run without lock
|
||||
Enhancement: Allow `prune --dry-run` without lock
|
||||
|
||||
The `prune --dry-run --no-lock` now allows performing a dry-run without
|
||||
taking a lock. If the repository is modified concurrently, `prune` may
|
||||
return inaccurate statistics or errors.
|
||||
The `prune --dry-run --no-lock` now allows performing a dry-run
|
||||
without locking the repository. Note that if the repository is
|
||||
modified concurrently, `prune` may return inaccurate statistics
|
||||
or errors.
|
||||
|
||||
https://github.com/restic/restic/pull/5096
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
Bugfix: Do not retry load/list operation is SFTP connection is broken
|
||||
Bugfix: Do not retry load/list operation if SFTP connection is broken
|
||||
|
||||
When using restic with the SFTP backend, backend operations that load
|
||||
a file or list files were retried even if the SFTP connection is broken.
|
||||
|
||||
This has been fixed now.
|
||||
When using restic with the SFTP backend, backend operations that load a
|
||||
file or list files were retried even if the SFTP connection was broken.
|
||||
This has now been fixed.
|
||||
|
||||
https://github.com/restic/restic/pull/5101
|
||||
https://forum.restic.net/t/restic-hanging-on-backup/8559/2
|
||||
https://forum.restic.net/t/restic-hanging-on-backup/8559
|
||||
|
|
Loading…
Reference in a new issue