mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
Merge pull request #7015 from ThomasWaldmann/update-changes
update CHANGES
This commit is contained in:
commit
bbe910091e
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,11 @@ Compatibility notes:
|
||||||
- removed --nobsdflags (use --noflags)
|
- removed --nobsdflags (use --noflags)
|
||||||
- removed --noatime (default now, see also --atime)
|
- removed --noatime (default now, see also --atime)
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- xattrs / extended stat: improve exception handling
|
||||||
|
- fix and refactor replace_placeholders, #6966
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- support archive timestamps with utc offsets, adapt them when using
|
- support archive timestamps with utc offsets, adapt them when using
|
||||||
|
@ -90,8 +95,13 @@ New features:
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
|
- chunks: have separate encrypted metadata (ctype, clevel, csize, size)
|
||||||
|
chunk = enc_meta_len16 + encrypted(msgpacked(meta)) + encrypted(compressed(data)).
|
||||||
|
this breaks repo format compatibility, you need to create fresh repos!
|
||||||
|
- repository api: flags support, #6982
|
||||||
- restructured source code
|
- restructured source code
|
||||||
- update diagrams to odg format, #6928
|
- update diagrams to odg format, #6928
|
||||||
|
- re-add stretch64 vm (to build binary working on rhel7&co), #7010
|
||||||
|
|
||||||
Version 2.0.0b1 (2022-08-08)
|
Version 2.0.0b1 (2022-08-08)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Reference in a new issue