Skip to content

Commit

Permalink
More release note updates for 1.47.2.
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 Dec 4, 2024
1 parent 283fcab commit 096463d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
e2fsprogs (1.47.2~rc1-2) unstable; urgency=medium

* Fix fuseext2 transition to account for /usr-move (Closes: #1088838)
* Fix orphan_file support on big endian systems.
* Mke2fs will allow "-r 1" since fsarchiver uses it rather pointlessly
* Allow building e2fsprogs without libarchive-dev installed to make life
easier for bootstrapping for new Debian ports (Closes: #1078693)

-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 03 Dec 2024 23:40:01 -0500

e2fsprogs (1.47.2~rc1-1) unstable; urgency=medium

* New upstream version
Expand Down
11 changes: 9 additions & 2 deletions doc/RelNotes/v1.47.2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
E2fsprogs 1.47.2 (November 28, 2024) 6ba18ef7bf4b
E2fsprogs 1.47.2 (November 28, 2024) 283fcab2c9af
====================================

Updates/Fixes since v1.47.1:
Expand All @@ -22,6 +22,8 @@ https://github.com/tytso/e2fsprogs/issues/192)
Fixes
-----

Fix orphan_file support on big endian systems.

Avoid a spurious failure in badblocks when -n or -w is specified twice.
(Addresses Debian Bug #1087341)

Expand Down Expand Up @@ -68,7 +70,7 @@ Enable Continuous Integration testing in Debian's Salsa forge.
Fix a memory leak in oss-fuzz test programs.

Provide fuseext2 to replace the debian package src:fuse-umfuse-ext2.
(Addresses Debian Bug #1085590)
(Addresses Debian Bug #1085590, #1088838)

Fix the f_badjour_encrypted test to write the error output from mke2fs
and debugfs to a log file so it doesn't mess up the "make check" output
Expand All @@ -82,4 +84,9 @@ Clean up groff warnings in man pages. (Addresses Debian Bugs #1086892,
Document the orphan_file feature in the ext4(5) and tune2fs(8) man
pages. (Addresses Debian Bug #1073062)

Allow building e2fsprogs without libarchive-dev installed to make life
easier for bootstrapping for new Debian ports (Addresses Debian Bug
#1078693)

Various man page cleanups.

0 comments on commit 096463d

Please sign in to comment.