• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1E2fsprogs 1.46.1 (February 9, 2021)
2===================================
3
4Updates/Fixes since v1.46.0:
5
6Fixes
7-----
8
9Fix a bug in libext2fs and debugfs when trying to set an extended
10attribute will result in a seg fault.
11
12Fix e2fsck so it properly accepts large_dir directories which are
13greater than 4GB in size.
14
15Fix fast commit support on big endian architectures.  Also avoid potential
16crash on an error handling case.
17
18Fix mke2fs -d so it correctly handles important a directory or small
19file which is stored using inline_data and contains an ACL or extended
20attribute.   (Addresses-Debian-Bug: #971014)
21
22
23Performance, Internal Implementation, Development Support etc.
24--------------------------------------------------------------
25
26Fix build failure on systems with pthread && without FUSE support.
27
28Fix various compiler warnings.
29
30Fix portability problems by not depending on the glibc specific qsort_r
31function.
32
33Change configure.ac to use AS_HELP_STRING instead of the deprecated
34AC_HELP_STRING, and explicitly declare that the configure.ac requires
35autoconf 2.69.
36
37Fixed/improved various Debian packaging issues.  (Addresses-Debian-Bug:
38#966686)
39
40Update the Czech, French, Malay, Polish, Portuguese, Swedish, and
41Ukranian translations from the translation project.
42