1E2fsprogs 1.43.8 (January 1, 2018) 2================================== 3 4Fix a bug where updated bitmap checks might not be written to disk. 5(Addresses Debian Bug: #883869) 6 7Some newly added fields in the superblocks were not getting byte 8swapped (which were not noticed since big endian systems are amazingly 9unpopular). Fix them and compile-time checks to avoid this class of 10bugs from happening in the future. (Lustre Bug #9309) 11 12Fix a potential use after free bug in e2fsck when fixing a corrupted 13root node in directory hash tree. 14 15Fix a bug in e2fsck where a badly/maliciously corrupted superblock 16(which is not fixed due to the -n option, for example) can cause a 17floating point exception when printing the summary statistics. 18(Addresses Debian Bug: #879220) 19 20Fix debugfs's ncheck command so that it correctly prints the inode 21number when printing an error message. 22 23Fix a bug in e2freefrag where it could print an incorrect free blocks 24count on a file system with the 64-bit block number feature. 25 26Update the German, Serbian, Spanish, and Ukrainian translations. 27 28Fix a bug where resize2fs's free blocks sanity check could fail with a 29false positive and refuse to check a file system with the 64-bit block 30number feature. 31 32Fix and clarify various man pages and documentations. Also fixed up 33some random usage texts that were incorrect. (Addresses Debian Bugs: 34#880483) 35 36Fixed various Debian Packaging Issues. (Addresses Debian Bugs: #880207, 37#881408, #881590, #881591) 38 39Programming notes 40----------------- 41 42Fix various compiler warnings. 43 44Clean up Makefile output. 45 46Fix compatibility problems with glibc 2.27 casued by a collision with 47copy_file_range(). 48 49