1E2fsprogs 1.44.1 (March 24, 2018) 2================================ 3 4Updates/Fixes since v1.44.0: 5 6Fixes 7----- 8 9E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck 10to fail to support HTree directories on big-endian systems. Fix how we 11read block numbers for internal htree nodes. 12 13Removed a potential memory leak from fsck. 14 15E2image now correctly creates e2image files for bigalloc file systems. 16 17Dumpe2fs and debugfs now correctly support e2image files for file 18systems that have the meta_bg option enabled. 19 20E2fsck and debugfs now correctly handle delete inodes (including 21processing the orphaned inode list in the case of e2fsck) for bigalloc 22file systems. (Addresses Google Bug: #73795618) 23 24Portability fixes for GNU Hurd. (Addresses Debian Bug: #893590) 25 26Portability fixes for building in some cross-build environments. 27 28Portability fixes for MacOS 10.6.8. 29 30Add clarifications to chattr's man page. (Addresses Debian Bug: 31#890390) 32 33 34Performance, Internal Implementation, Development Support etc. 35-------------------------------------------------------------- 36 37Debugfs now reads allocation bitmaps much more efficiently when opening 38a file system. 39 40Update Swedish translation file. 41 42Add Vcs-* fields to debian packaging. (Addresses Debian Bug: #887512) 43 44Fix some test failures on GNU Hurd caused by a different default block 45size. 46 47Add new regression tests. 48 49