|
| 1 | +Libblockdev 2.15 |
| 2 | +---------------- |
| 3 | + |
| 4 | +New minor release of the libblockdev library with multiple fixes and quite big |
| 5 | +refactorization changes (in the file system plugin). See below for details. |
| 6 | + |
| 7 | + |
| 8 | +**Notable changes** |
| 9 | + |
| 10 | +- fixes |
| 11 | + |
| 12 | + - Fix bd_s390_dasd_format() and bd_s390_dasd_is_ldl(). |
| 13 | + |
| 14 | + - Fix how GPT patition flags are set. |
| 15 | + |
| 16 | + - Check the *btrfs* module availability as part of checking the *btrfs* |
| 17 | + plugin's dependencies. |
| 18 | + |
| 19 | + - Fix memory leaks in bd_fs_vfat_get_info() |
| 20 | + |
| 21 | + - Fix the file system plugin's dependency checking mechanisms. |
| 22 | + |
| 23 | + |
| 24 | +- features |
| 25 | + |
| 26 | + - Mark some of the tests as unstable so that their failures are reported, but |
| 27 | + ignored in the overall test suite status. |
| 28 | + |
| 29 | + - The file system plugin is now split into multiple source files making it |
| 30 | + easier to add support for more file systems and technologies. |
| 31 | + |
| 32 | + |
| 33 | +**Full list of changes** |
| 34 | + |
| 35 | +Vendula Poncova (2): |
| 36 | +- bd_s390_dasd_is_ldl should be true only for LDL DADSs |
| 37 | +- Fix bd_s390_dasd_format |
| 38 | + |
| 39 | +Vojtech Trefny (5): |
| 40 | +- Use only sgdisk to set flags on GPT |
| 41 | +- Add test for setting partition flags on GPT |
| 42 | +- Free locale struct in kbd plugin |
| 43 | +- Move kernel modules (un)loading and checking into utils |
| 44 | +- Check for btrfs module availability in btrfs module |
| 45 | + |
| 46 | +Vratislav Podzimek (11): |
| 47 | +- Do not lie about tag creation |
| 48 | +- Mark unstable tests as such |
| 49 | +- Split the FS plugin source into multiple files |
| 50 | +- Split the bd_fs_is_tech_avail() implementation |
| 51 | +- Revert the behaviour of bd_fs_check_deps() |
| 52 | +- Fix memory leaks in bd_fs_vfat_get_info() |
| 53 | +- Mark bcache tests as unstable |
| 54 | +- Add a HACKING.rst file |
| 55 | +- Move the fs.h file to its original place |
| 56 | +- Do not use the btrfs plugin in library tests |
| 57 | +- Do not use the 'btrfs' plugin in overrides tests |
| 58 | + |
| 59 | + |
1 | 60 | Libblockdev 2.14
|
2 | 61 | ----------------
|
3 | 62 |
|
|
0 commit comments