Skip to content

Commit bc38079

Browse files
committed
Update CHANGES v14
1 parent 058030e commit bc38079

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
python-btrfs v14, Apr 28, 2024
2+
* Add Block Group Tree support.
3+
* Add a block_groups convenience function to the FileSystem class.
4+
* btrfs-search-metadata: Use the new FileSystem block_groups function, so
5+
that it also DTRT when the Block Group Tree is being used.
6+
* Fixes:
7+
- Do not apply the workaround to prevent bogus cross references when
8+
building documentation with Sphinx version >= 4. It's not needed any more
9+
since that version. Thanks Jorti, for the report.
10+
- Fix documentation typo in FeatureFlags: free_space_tree is in
11+
compat_ro_flags, not in incompat_flags.
12+
- examples/show_file_csum: Fix calculating the vaddr to use when searching
13+
for data in the example file. Thanks Cebtenzzre, for the fix!
14+
* Stuff:
15+
- Add a .flake8 file to set line length to 99
16+
- Add .readthedocs.yaml to fix building html docs at readthedocs.org
17+
118
python-btrfs v13, Apr 26, 2021
219
* Add new profiles RAID1C3 and RAID1C4. Thanks, Marmotte.
320
* Update setup.py so that the package description is more compact and not

0 commit comments

Comments
 (0)