mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 01:53:47 +08:00
Update release notes, etc., for the 1.47.1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
13b8af3318
commit
fe84877cf1
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -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 <tytso@mit.edu> 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 <tytso@mit.edu> Wed, 01 May 2024 00:50:49 -0400
|
||||
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 20 May 2024 15:24:47 -0400
|
||||
|
||||
e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user