Skip to content

Commit

Permalink
Update release notes, etc., for the 1.47.1-rc2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed May 1, 2024
1 parent d86f428 commit 2e66d0e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 9 deletions.
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <tytso@mit.edu> 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 <tytso@mit.edu> 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
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
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
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
Expand Down
10 changes: 7 additions & 3 deletions doc/RelNotes/v1.47.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
E2fsprogs 1.47.1 (April 26, 2024)
=================================
E2fsprogs 1.47.1 (May 1, 2024)
==============================

Updates/Fixes since v1.47.0:

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion doc/libext2fs.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions e2fsprogs.lsm
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2e66d0e

Please sign in to comment.