From fe84877cf1c237af04c383901acdd1d74f8ac7ff Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 20 May 2024 15:31:17 -0400 Subject: [PATCH] Update release notes, etc., for the 1.47.1 release Signed-off-by: Theodore Ts'o --- debian/changelog | 21 ++++++++++++++++++++- doc/RelNotes/v1.47.1.txt | 21 ++++++++++++++++++--- e2fsprogs.lsm | 2 +- version.h | 4 ++-- 4 files changed, 41 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6265c39..7d8ba53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,24 @@ +e2fsprogs (1.47.1-1) unstable; urgency=medium + + * New upstream version + * Clarify the lsattr and mklost+found man pages that they are applicable + for ext2, ext3, and ext4 file systems and not just for ext2. (Closes: + #1041115) + * Replace the build-depend on pkg-config with pkgconf to fix a Lintian + warning. + * E2fsck will now perform more consistency checks on EA (extended + attribute value) inodes. + * Fix a big where e2fsck could potentially leak an acl block when + releasing an orphan inode. + * Avoid a divide by zero crash in libext2fs if the container + infrastructure, such as lxcfs, reports that the system has zero CPU's + via sysconf(_SC_NPROCESSORS_CONF). + + -- Theodore Y. Ts'o Mon, 20 May 2024 15:28:06 -0400 + e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium + * New upstream version * Update Chinese, Czech, French, Polish Romainian, Swedish, and Ukrainian translations * Fix libarchive support in mke2fs on mips64el (Closes: #1070042) @@ -7,7 +26,7 @@ e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium systemd. (Closes: #1070107) * Update to standards 4.7.0 - -- Theodore Y. Ts'o Wed, 01 May 2024 00:50:49 -0400 + -- Theodore Y. Ts'o Mon, 20 May 2024 15:24:47 -0400 e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium diff --git a/doc/RelNotes/v1.47.1.txt b/doc/RelNotes/v1.47.1.txt index ccc46d6..4e7d455 100644 --- a/doc/RelNotes/v1.47.1.txt +++ b/doc/RelNotes/v1.47.1.txt @@ -1,5 +1,5 @@ -E2fsprogs 1.47.1 (May 1, 2024) -============================== +E2fsprogs 1.47.1 (May 20, 2024) +=============================== Updates/Fixes since v1.47.0: @@ -60,6 +60,16 @@ In the case where e2fsck comes across an orphan file which is empty but the orphan_present feature is set, in preen mode, e2fsck will now clear the orphan_present feature flag silently. +E2fsck will now perform more consistency checks on EA (extended +attribute value) inodes. + +Fix a big where e2fsck could potentially leak an acl block when +releasing an orphan inode. + +Avoid a divide by zero crash in libext2fs if the container +infrastructure, such as lxcfs, reports that the system has zero CPU's +via sysconf(_SC_NPROCESSORS_CONF). + When resize2fs is performing an online resize, it's possible for reading the superblock can race with a kernel modifying the superblock with the checksum being invalid and causing the resize to fail with an bad @@ -123,7 +133,8 @@ systemd. (Addresses Debian Bug #1070107) Fixed/improved various Debian packaging issues. -Update and clarify various man pages. (Addresses Debian Bug #1038286) +Update and clarify various man pages. (Addresses Debian Bugs #1038286, +#1041115) @@ -169,6 +180,10 @@ Fix various portability problems in the regression test suite. Fix various sanitizer, static code analysis, and compiler warnings. +Synchronized changes from Android's AOSP e2fsprogs tree. + +Updated config.guess and config.sub with newer versions from the FSF. + Add Romainian translation. Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 116edf6..645a3fe 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,7 +1,7 @@ Begin3 Title: EXT2 Filesystem utilities Version: 1.47.1 -Entered-date: 2024-05-01 +Entered-date: 2024-05-20 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 diff --git a/version.h b/version.h index 6753cc7..af575f4 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.1-rc2" -#define E2FSPROGS_DATE "01-May-2024" +#define E2FSPROGS_VERSION "1.47.1" +#define E2FSPROGS_DATE "20-May-2024" -- 1.8.3.1