summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2021-07-27 12:46:39 -0400
committerTheodore Ts'o <tytso@mit.edu>2021-07-27 13:38:14 -0400
commit496669a2900e6be58dcf200b8ea1802a866ef3b8 (patch)
tree4aaf19f9b3b1b47c1738b4f7f3b4e1cfed7b205c /debian
parent59eed5421c2ccb262d31c08e6d07535d76fe5688 (diff)
downloade2fsprogs-496669a2900e6be58dcf200b8ea1802a866ef3b8.tar.gz
Update release notes, etc., for the 1.46.3 releasev1.46.3
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 80a27c7c..cc8793f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+e2fsprogs (1.46.3-1) experimental; urgency=medium
+
+ * New upstream release
+ * Fix resize2fs bug when performing an off-line file system expansion
+ with MMP and there isn't sufficient reserved block group descriptor
+ blocks could lead to file system corruption. (Closes: #984472)
+ * Teach the filefrag program the -V option, which will print the version
+ of the tool, or if -V option is specified twice, will print the list
+ of supported FIEMAP flags.
+ * Fix fast_commit portability problems on sparc64 and arm64
+ architectures (the latter when running e2fsprogs compiled for arm32).
+ (Closes: #987641)
+ * Fix missing mutex unlock in an error path in the Unix I/O manager.
+ * Fix Direct I/O support in the Unix I/O manager (this was a regression
+ introduced in v1.46.2).
+ * Fix mke2fs to avoid discarding blocks beyond the end of the file
+ system to be created when creating a file system which is smaller than
+ 16MB and the file system size was explicitly specified and smaller
+ than the size of the block device. (Closes: #989630)
+ * Teach mke2fs to avoid giving a spurious warning about a pre-existing
+ partition table and it is creating a file system at a non-zero offset
+ (so the partition table wouldn't be overwritten in any case).
+ (Closes: #989612)
+ * Fix e2image -Q to prevent a multiplcation overflow could corrupt
+ the generated QCOW2 output file for very large file systems.
+ * When e2fsck repairs '.' and '..' entries in corrupted directories, set
+ the file type in the directory entry to be EXT2_FT_DIR and do not
+ leave the file type as EXT2_FT_UNKNOWN.
+ * Fix e2fsck so that the if the s_interval is zero, and the last mount
+ or write time is in the future, it will fix invalid last mount/write
+ timestamps in the superblock. (This was a regression introduced in
+ v1.45.5.)
+ * Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
+ on devices, since this can cause some devices to react badly as a
+ result. (Thix fixes a regression introduced in v1.46.2.)
+ (Closes: #986332)
+ * Fix potential memory leaks and seg faults when memory allocations fail.
+ * Fix various compiler and valgrind warnings
+ * Updated and clarified the e2image and filefrag man pages.
+ * Update Dutch, Malay, and Serbian translations.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 27 Jul 2021 11:04:05 -0400
+
e2fsprogs (1.46.2-1) unstable; urgency=medium
* New upstream release