1E2fsprogs 1.44.2 (May 14, 2018) 2=============================== 3 4Updates/Fixes since v1.44.1: 5 6Fixes 7----- 8 9E2fsck now prints a warning message if broken_system_clock is set in 10e2fsck.conf and this causes the check interval to be ignored so it is 11clear to the user. 12 13Fix e2image handling of e2i files on big endian systems 14 15Add sanity checks for inodes containing xattr values to prevent 16maliciously crafted file systems from causing crashes caused by infinite 17recursion from causing e2fsck and debugfs to crash. 18 19Fix e2fsck so that quota usage is adjusted when clearing orphaned 20inodes. 21 22Fix filefrag so that unknown flags returned by FIEMAP won't cause a 23buffer overrun. 24 25Fix mke2fs to print a more useful/correct error message if 26ext2fs_close_free() at the end of the file system creation process. 27 28Improve chattr's man page. 29 30 31Performance, Internal Implementation, Development Support etc. 32-------------------------------------------------------------- 33 34Demote e2fsprogs in debian packaging from Essential: yes to 35XB-Important: yes (Addresses Debian Bug #474540) 36 37Fix intl/Makefile so it uses @AR@ instead of a hard-coded 'ar' (which 38matters when cross compiling). 39 40Update Polish translation file. 41 42Fix the address of the FSF in various GPL/LGPL copyright licenses. 43 44Clean up the i_bitmaps test so it doesn't leave temporary files behind. 45 46Remove use of /dev/stdin in the regression tests since not all systems 47have /dev/stdin. 48 49Fix the f_bigalloc_badinode and f_bigalloc_orphan_list regression tests 50so they uses mke2fs and ebugfs from the build tree. They may not exist 51in the users PATH, and if they not or if they are extremely 52old/obsolete, those tests would fail. 53 54