+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
-E2fsprogs 1.47.2 (November 28, 2024) 6ba18ef7bf4b
+E2fsprogs 1.47.2 (November 28, 2024) 283fcab2c9af
====================================
Updates/Fixes since v1.47.1:
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)
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
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.
+