summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-08-19 15:18:33 -0400
committerTheodore Ts'o <tytso@mit.edu>2021-08-19 15:21:50 -0400
commitb75b208ffbeb43edddf080e14f9f9a1e88f91f94 (patch)
treec71b5b18509913f36ea74dfb77980aabc72a6a94
parent5fc21e989b69306227dcd8b0137eb72c5b178c8b (diff)
debian/changelog: add missing section for 1.46.2-2debian/1.46.4-1archive/debian/1.46.4-1
E2fsprogs 1.46.2-2 was uploaded during the release freeze, so the changelog was assembled outside of the normal maint branch. Add it now. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f87a750..1b47aff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,21 @@ e2fsprogs (1.46.3-1) experimental; urgency=medium
-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 27 Jul 2021 11:04:05 -0400
+e2fsprogs (1.46.2-2) unstable; urgency=medium
+
+ * Fix FTBFS on arm32 when building on a system with an arm64 kernel.
+ This also fixes a portability problem when replaying a fast-commit
+ journal on an arm64 kernel when using an arm32 userspace.
+ (Closes: #987641)
+ * Fix additional fast-commit portability problems on non-x86 systems
+ which don't allow non-aligned pointer dereferences (for example, on a
+ sparc64 system).
+ * Fix a missing mutex unlock on an error path which can cause e2fsck
+ to hang on I/O errors.
+ * Clean up and improve the man page for e2image
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 07 Jun 2021 07:27:15 -0400
+
e2fsprogs (1.46.2-1) unstable; urgency=medium
* New upstream release