Home | History | Annotate | Download | only in RelNotes
      1 E2fsprogs 1.43.3 (September 4, 2016)
      2 ====================================
      3 
      4 Fix e2fsck's handling of timestamps on 32-bit systems.
      5 
      6 E2fsck will now check, and if necessary repair the extra isize fields
      7 in the inode and superblock.
      8 
      9 Fix crashes on architectures such as sparc64 that are sensitive to
     10 unaligned pointer dereferences in the journal recovery code when
     11 journal checksums are enabled.
     12 
     13 Programming notes
     14 -----------------
     15 
     16 Support reproducible builds by not capturing the build directory into
     17 the mk_cmds and compile_et scripts.  Also fix debian build rules to
     18 ensure build reproducibility.
     19 
     20 Fix debian build rules to ensure build reproducibility and to avoid
     21 hiding the linker flags for e2fsck.static so the build hardening log
     22 scanner can properly audit the build.
     23 
     24 Fix compatibility with FreeBSD's pmake and teach the configure script
     25 to force the creation of pmake-compatible Makefiles if the
     26 FORCE_NATIVE_MAKE environment variable is set to a non-empty value.
     27 
     28