diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /doc/RelNotes/v1.46.1.txt | |
parent | Initial commit. (diff) | |
download | e2fsprogs-upstream.tar.xz e2fsprogs-upstream.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | doc/RelNotes/v1.46.1.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/RelNotes/v1.46.1.txt b/doc/RelNotes/v1.46.1.txt new file mode 100644 index 0000000..7026e5f --- /dev/null +++ b/doc/RelNotes/v1.46.1.txt @@ -0,0 +1,41 @@ +E2fsprogs 1.46.1 (February 9, 2021) +=================================== + +Updates/Fixes since v1.46.0: + +Fixes +----- + +Fix a bug in libext2fs and debugfs when trying to set an extended +attribute will result in a seg fault. + +Fix e2fsck so it properly accepts large_dir directories which are +greater than 4GB in size. + +Fix fast commit support on big endian architectures. Also avoid potential +crash on an error handling case. + +Fix mke2fs -d so it correctly handles important a directory or small +file which is stored using inline_data and contains an ACL or extended +attribute. (Addresses-Debian-Bug: #971014) + + +Performance, Internal Implementation, Development Support etc. +-------------------------------------------------------------- + +Fix build failure on systems with pthread && without FUSE support. + +Fix various compiler warnings. + +Fix portability problems by not depending on the glibc specific qsort_r +function. + +Change configure.ac to use AS_HELP_STRING instead of the deprecated +AC_HELP_STRING, and explicitly declare that the configure.ac requires +autoconf 2.69. + +Fixed/improved various Debian packaging issues. (Addresses-Debian-Bug: +#966686) + +Update the Czech, French, Malay, Polish, Portuguese, Swedish, and +Ukranian translations from the translation project. |