Skip to content

Commit

Permalink
Update release notes, etc., for the 1.47.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <[email protected]>
  • Loading branch information
tytso committed May 20, 2024
1 parent 13b8af3 commit fe84877
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 7 deletions.
21 changes: 20 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
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 <[email protected]> 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)
* Fix e2scrub when the "systemctl" package is installed instead of
systemd. (Closes: #1070107)
* Update to standards 4.7.0

-- Theodore Y. Ts'o <[email protected]> Wed, 01 May 2024 00:50:49 -0400
-- Theodore Y. Ts'o <[email protected]> Mon, 20 May 2024 15:24:47 -0400

e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium

Expand Down
21 changes: 18 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 (May 1, 2024)
==============================
E2fsprogs 1.47.1 (May 20, 2024)
===============================

Updates/Fixes since v1.47.0:

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)



Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion e2fsprogs.lsm
Original file line number Diff line number Diff line change
@@ -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
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-rc2"
#define E2FSPROGS_DATE "01-May-2024"
#define E2FSPROGS_VERSION "1.47.1"
#define E2FSPROGS_DATE "20-May-2024"

0 comments on commit fe84877

Please sign in to comment.