瀏覽代碼

update CHANGES

Thomas Waldmann 2 年之前
父節點
當前提交
057db79b44
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/changes.rst

+ 10 - 0
docs/changes.rst

@@ -81,6 +81,11 @@ Compatibility notes:
   - removed --nobsdflags (use --noflags)
   - removed --noatime (default now, see also --atime)
 
+Bug fixes:
+
+- xattrs / extended stat: improve exception handling
+- fix and refactor replace_placeholders, #6966
+
 New features:
 
 - support archive timestamps with utc offsets, adapt them when using
@@ -90,8 +95,13 @@ New features:
 
 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
 - 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)
 ----------------------------