mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Fix changes.rst formatting, clarify changelog
This commit is contained in:
parent
4712b9d133
commit
17aacb9719
1 changed files with 8 additions and 4 deletions
|
@ -65,13 +65,17 @@ Bug fixes:
|
||||||
|
|
||||||
- do not write objects to repository that are bigger than the allowed size,
|
- do not write objects to repository that are bigger than the allowed size,
|
||||||
borg will reject reading them, #1451.
|
borg will reject reading them, #1451.
|
||||||
IMPORTANT: if you created archives with many millions of files or
|
|
||||||
directories, please verify if you can open them successfully,
|
Important: if you created archives with many millions of files or
|
||||||
e.g. try a "borg list REPO::ARCHIVE".
|
directories, please verify if you can open them successfully,
|
||||||
|
e.g. try a "borg list REPO::ARCHIVE".
|
||||||
- lz4 compression: dynamically enlarge the (de)compression buffer, the static
|
- lz4 compression: dynamically enlarge the (de)compression buffer, the static
|
||||||
buffer was not big enough for archives with extremely many items, #1453
|
buffer was not big enough for archives with extremely many items, #1453
|
||||||
- larger item metadata stream chunks, raise archive limit by 8x, #1452
|
- larger item metadata stream chunks, raise archive item limit by 8x, #1452
|
||||||
- fix untracked segments made by moved DELETEs, #1442
|
- fix untracked segments made by moved DELETEs, #1442
|
||||||
|
|
||||||
|
Impact: Previously (metadata) segments could become untracked when deleting data,
|
||||||
|
these would never be cleaned up.
|
||||||
- extended attributes (xattrs) related fixes:
|
- extended attributes (xattrs) related fixes:
|
||||||
|
|
||||||
- fixed a race condition in xattrs querying that led to the entire file not
|
- fixed a race condition in xattrs querying that led to the entire file not
|
||||||
|
|
Loading…
Reference in a new issue