From 2e66d0ecfe97b699678dc059ba16ceff05b527cf Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 1 May 2024 00:55:57 -0400 Subject: [PATCH] Update release notes, etc., for the 1.47.1-rc2 release Signed-off-by: Theodore Ts'o --- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 2 +- doc/RelNotes/v1.47.1.txt | 10 +++++++--- doc/libext2fs.texinfo | 2 +- e2fsprogs.lsm | 4 ++-- version.h | 4 ++-- 6 files changed, 37 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 780317453..6265c395d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium + + * Update Chinese, Czech, French, Polish Romainian, Swedish, and + Ukrainian translations + * Fix libarchive support in mke2fs on mips64el (Closes: #1070042) + * Fix e2scrub when the "systemctl" package is installed instead of + systemd. (Closes: #1070107) + * Update to standards 4.7.0 + + -- Theodore Y. Ts'o Wed, 01 May 2024 00:50:49 -0400 + +e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium + + * Remove duplicated work in release notes + * Fix resize2fs's calculation of free clusters in the last block group + for file systems larger than 4TB + * Fix FTBFS on Hurd caused by trying to install e2scrub's systemd unit + files which aren't built since e2scrub isn't supported on Hurd + * Don't build mke2fs with libarchive support on mips64el since a bug in + libarchive only on that architecture causes a FTBFS due to the + regression test suite failing. (See Debian Bug 1070042 for more details) + + -- Theodore Y. Ts'o Mon, 29 Apr 2024 21:57:42 -0400 + e2fsprogs (1.47.1~rc1-1) unstable; urgency=medium * Re-enable metadata_csum_seed and orphan_file by default now that diff --git a/debian/control b/debian/control index d51b56221..e3712d402 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: required Maintainer: Theodore Y. Ts'o Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: http://e2fsprogs.sourceforge.net Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master diff --git a/doc/RelNotes/v1.47.1.txt b/doc/RelNotes/v1.47.1.txt index 82998f984..ccc46d68d 100644 --- a/doc/RelNotes/v1.47.1.txt +++ b/doc/RelNotes/v1.47.1.txt @@ -1,5 +1,5 @@ -E2fsprogs 1.47.1 (April 26, 2024) -================================= +E2fsprogs 1.47.1 (May 1, 2024) +============================== Updates/Fixes since v1.47.0: @@ -118,6 +118,9 @@ a block size of 1k, and an inode size of 256 bytes. Fix a potential deadlock caused by e2fsck being run in Direct I/O mode with the threading optimization enabled. +Fix e2scrub when the "systemctl" package is installed instead of +systemd. (Addresses Debian Bug #1070107) + Fixed/improved various Debian packaging issues. Update and clarify various man pages. (Addresses Debian Bug #1038286) @@ -168,4 +171,5 @@ Fix various sanitizer, static code analysis, and compiler warnings. Add Romainian translation. -Update Malay translation. +Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian +translations. diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 841c86448..c9931daf8 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -61,7 +61,7 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library @subtitle Version 1.47.1 -@subtitle April 2024 +@subtitle May 2024 @author by Theodore Ts'o diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index ea48470a5..116edf6c8 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,14 +1,14 @@ Begin3 Title: EXT2 Filesystem utilities Version: 1.47.1 -Entered-date: 2024-04-26 +Entered-date: 2024-05-01 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 Author: tytso@mit.edu (Theodore Tso) Maintained-by: tytso@mit.edu (Theodore Tso) Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs - 9572kB e2fsprogs-1.47.1.tar.gz + 9704kB e2fsprogs-1.47.1.tar.gz 1kB e2fsprogs-1.47.1.lsm pAlternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x/5.x/6.x diff --git a/version.h b/version.h index 602b77416..6753cc7e8 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.1-rc1" -#define E2FSPROGS_DATE "26-Apr-2024" +#define E2FSPROGS_VERSION "1.47.1-rc2" +#define E2FSPROGS_DATE "01-May-2024"