]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
More release note updates for 1.47.2.
authorTheodore Ts'o <tytso@mit.edu>
Wed, 4 Dec 2024 04:44:26 +0000 (23:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Dec 2024 04:44:26 +0000 (23:44 -0500)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/changelog
doc/RelNotes/v1.47.2.txt

index 27421246fa48f32db09593d6b698d57d65512d27..554565abe0d3d7494560acc898297c69ccc3faf3 100644 (file)
@@ -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
index 84cd216402c156504c3a3ca157359e0e464b2985..3c27e34ca300c15474e0752c13d85e8c62e7c425 100644 (file)
@@ -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:
@@ -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)
 
@@ -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
@@ -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.
+