From: Theodore Ts'o Date: Tue, 18 Dec 2018 06:04:25 +0000 (-0500) Subject: Fix various types in the v1.44.5 changelogs X-Git-Tag: v1.44.6~18 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fe2fsprogs.git;a=commitdiff_plain;h=112b38676bb47c1a6723eb01be7794ed564432a4 Fix various types in the v1.44.5 changelogs Signed-off-by: Theodore Ts'o --- diff --git a/debian/changelog b/debian/changelog index 7b2cb17bb..605e3d37d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,8 @@ e2fsprogs (1.44.5-1) unstable; urgency=medium are correct * Fix a false warning that tune2fs will take long time to change a UUID if the metadata_csum feature is not enabled - * Fix mk_cmds so it works on a usrmerge system when e2fsprogs is built - on a non-usrmerge system (Closes: #914087) + * Fix mk_cmds so it works on a non-usrmerge system when e2fsprogs + is built on a usrmerge system (Closes: #914087) * E2fsck will avoid offering to set the inline_data feature flag unnecessarily * E4defrag will handle the case where it is running as root and it can't diff --git a/doc/RelNotes/v1.44.5.txt b/doc/RelNotes/v1.44.5.txt index 7a3b9f882..0cda992f0 100644 --- a/doc/RelNotes/v1.44.5.txt +++ b/doc/RelNotes/v1.44.5.txt @@ -19,7 +19,7 @@ using in e4defrag, to avoid overflows when more than 2**32 files are defragmented. (Addresses Debian Bug: #888899) Correctly translate Posix ACL's. This was a regression introduced in -v1.44.4. (Addresses Launchpad Bug: #1807288) +v1.44. (Addresses Launchpad Bug: #1807288) Use the online free block counts so e2freefrag's percentages are correct. @@ -42,14 +42,14 @@ target device/image. Fix a bug which could cause e2fsprogs tools to segfault on a corrupted file system where the journal's s_nr_users is impossibly large. - + E2image now includes the mmp block (if needed) when creating a metadata-only image. -If various Verity handling bugs which made it completely unusable in +Fix various Verity handling bugs which made it completely unusable in e2fsprogs 1.44.4. -Fox a bug in tune2fs where it would dereference of freed memory after +Fix a bug in tune2fs where it would dereference of freed memory after replaying the journal. @@ -62,7 +62,7 @@ Fix groff formatting nits in various man pages. (Addresses Debian Bug: #916188) Fixed various debian packaging issues (Addresses Debian Bug: #915942) - + Adjusted the copyright license for lib/blkid/version.c to be LGPL (and consistent with the rest of files in that directory).