File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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+
118python-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
You can’t perform that action at this time.
0 commit comments