-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes, etc., for the 1.46.1 release
(Also update some inaccuracies in the 1.46.0 release.) Signed-off-by: Theodore Ts'o <[email protected]>
- Loading branch information
Showing
11 changed files
with
903 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
doc/RelNotes/v1.46.0.txt | ||
doc/RelNotes/v1.46.1.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
e2fsprogs (1.46.0-1) unstable; urgency=medium | ||
e2fsprogs (1.46.1-1) unstable; urgency=medium | ||
|
||
* Drop transitional packages libcomerr2, e2fslibs, and e2fslibs-dev | ||
* Fix a bug in libext2fs and debugfs when trying to set an extended | ||
attribute will result in a seg fault. | ||
* Fix e2fsck so it properly accepts large_dir directories which are | ||
greater than 4GB in size. | ||
* Fix mke2fs -d so it correctly handles important a directory or small | ||
file which is stored using inline_data and contains an ACL or extended | ||
attribute. (Closes: #971014) | ||
* Add build profiles noudeb and pkg.e2fsprogs.no-static (Closes: #966686) | ||
* Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and | ||
Ukranian translations from the translation project. | ||
|
||
-- Theodore Y. Ts'o <[email protected]> Tue, 09 Feb 2021 17:36:02 -0500 | ||
|
||
e2fsprogs (1.46.0-1) experimental; urgency=medium | ||
|
||
* New upstream release | ||
* Add support for the new fast_commit feature. (Requires Linux version | ||
5.10 or higher) | ||
* Add support for the new stable_inodes feature which is needed to | ||
support some file system encryption algorithms such as siphash. | ||
support some the fscrypt siphash algorithm. | ||
* Add support for file systems that have both case folding and | ||
encryption enabled. (Requires Linux version 5.10 or higher) | ||
encryption enabled. (Not yet upstream, but used in some Android handsets.) | ||
* The fuse2fs program now supports the "norecovery" which omits replying | ||
the journal and mounts the file system read-only. | ||
* Bitmap loading is now done using multiple threads which can speed up | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
E2fsprogs 1.46.1 (February 9, 2021) | ||
=================================== | ||
|
||
Updates/Fixes since v1.46.0: | ||
|
||
Fixes | ||
----- | ||
|
||
Fix a bug in libext2fs and debugfs when trying to set an extended | ||
attribute will result in a seg fault. | ||
|
||
Fix e2fsck so it properly accepts large_dir directories which are | ||
greater than 4GB in size. | ||
|
||
Fix fast commit support on big endian architectures. Also avoid potential | ||
crash on an error handling case. | ||
|
||
Fix mke2fs -d so it correctly handles important a directory or small | ||
file which is stored using inline_data and contains an ACL or extended | ||
attribute. (Addresses-Debian-Bug: #971014) | ||
|
||
|
||
Performance, Internal Implementation, Development Support etc. | ||
-------------------------------------------------------------- | ||
|
||
Fix build failure on systems with pthread && without FUSE support. | ||
|
||
Fix various compiler warnings. | ||
|
||
Fix portability problems by not depending on the glibc specific qsort_r | ||
function. | ||
|
||
Change configure.ac to use AS_HELP_STRING instead of the deprecated | ||
AC_HELP_STRING, and explicitly declare that the configure.ac requires | ||
autoconf 2.69. | ||
|
||
Fixed/improved various Debian packaging issues. (Addresses-Debian-Bug: | ||
#966686) | ||
|
||
Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and | ||
Ukranian translations from the translation project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Begin3 | ||
Title: EXT2 Filesystem utilities | ||
Version: 1.46.0 | ||
Entered-date: 2021-01-29 | ||
Version: 1.46.1 | ||
Entered-date: 2021-02-9 | ||
Description: The filesystem utilities for the EXT2, EXT3, and EXT4 | ||
filesystems, including e2fsck, mke2fs, dumpe2fs, and others. | ||
Keywords: utilities, filesystem, Ext2fs, ext3, ext4 | ||
Author: [email protected] (Theodore Tso) | ||
Maintained-by: [email protected] (Theodore Tso) | ||
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs | ||
9260kB e2fsprogs-1.46.0.tar.gz | ||
1kB e2fsprogs-1.46.0.lsm | ||
9272kB e2fsprogs-1.46.1.tar.gz | ||
1kB e2fsprogs-1.46.1.lsm | ||
Alternate-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 | ||
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 | ||
Copying-policy: GPL-2/LGPL-2 | ||
End |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.