Skip to content

Commit 2e66d0e

Browse files
committed
Update release notes, etc., for the 1.47.1-rc2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent d86f428 commit 2e66d0e

File tree

6 files changed

+37
-9
lines changed

6 files changed

+37
-9
lines changed

debian/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium
2+
3+
* Update Chinese, Czech, French, Polish Romainian, Swedish, and
4+
Ukrainian translations
5+
* Fix libarchive support in mke2fs on mips64el (Closes: #1070042)
6+
* Fix e2scrub when the "systemctl" package is installed instead of
7+
systemd. (Closes: #1070107)
8+
* Update to standards 4.7.0
9+
10+
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 01 May 2024 00:50:49 -0400
11+
12+
e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium
13+
14+
* Remove duplicated work in release notes
15+
* Fix resize2fs's calculation of free clusters in the last block group
16+
for file systems larger than 4TB
17+
* Fix FTBFS on Hurd caused by trying to install e2scrub's systemd unit
18+
files which aren't built since e2scrub isn't supported on Hurd
19+
* Don't build mke2fs with libarchive support on mips64el since a bug in
20+
libarchive only on that architecture causes a FTBFS due to the
21+
regression test suite failing. (See Debian Bug 1070042 for more details)
22+
23+
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 29 Apr 2024 21:57:42 -0400
24+
125
e2fsprogs (1.47.1~rc1-1) unstable; urgency=medium
226

327
* Re-enable metadata_csum_seed and orphan_file by default now that

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: required
44
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
55
Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, 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
66
Rules-Requires-Root: no
7-
Standards-Version: 4.6.2
7+
Standards-Version: 4.7.0
88
Homepage: http://e2fsprogs.sourceforge.net
99
Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
1010
Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master

doc/RelNotes/v1.47.1.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
E2fsprogs 1.47.1 (April 26, 2024)
2-
=================================
1+
E2fsprogs 1.47.1 (May 1, 2024)
2+
==============================
33

44
Updates/Fixes since v1.47.0:
55

@@ -118,6 +118,9 @@ a block size of 1k, and an inode size of 256 bytes.
118118
Fix a potential deadlock caused by e2fsck being run in Direct I/O mode
119119
with the threading optimization enabled.
120120

121+
Fix e2scrub when the "systemctl" package is installed instead of
122+
systemd. (Addresses Debian Bug #1070107)
123+
121124
Fixed/improved various Debian packaging issues.
122125

123126
Update and clarify various man pages. (Addresses Debian Bug #1038286)
@@ -168,4 +171,5 @@ Fix various sanitizer, static code analysis, and compiler warnings.
168171

169172
Add Romainian translation.
170173

171-
Update Malay translation.
174+
Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian
175+
translations.

doc/libext2fs.texinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ by the author.
6161
@title The EXT2FS Library
6262
@subtitle The EXT2FS Library
6363
@subtitle Version 1.47.1
64-
@subtitle April 2024
64+
@subtitle May 2024
6565

6666
@author by Theodore Ts'o
6767

e2fsprogs.lsm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Begin3
22
Title: EXT2 Filesystem utilities
33
Version: 1.47.1
4-
Entered-date: 2024-04-26
4+
Entered-date: 2024-05-01
55
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
66
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
77
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
88
Author: tytso@mit.edu (Theodore Tso)
99
Maintained-by: tytso@mit.edu (Theodore Tso)
1010
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
11-
9572kB e2fsprogs-1.47.1.tar.gz
11+
9704kB e2fsprogs-1.47.1.tar.gz
1212
1kB e2fsprogs-1.47.1.lsm
1313
pAlternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
1414
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

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
* License v2.
1010
*/
1111

12-
#define E2FSPROGS_VERSION "1.47.1-rc1"
13-
#define E2FSPROGS_DATE "26-Apr-2024"
12+
#define E2FSPROGS_VERSION "1.47.1-rc2"
13+
#define E2FSPROGS_DATE "01-May-2024"

0 commit comments

Comments
 (0)