]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix various types in the v1.44.5 changelogs
authorTheodore Ts'o <tytso@mit.edu>
Tue, 18 Dec 2018 06:04:25 +0000 (01:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Dec 2018 06:04:25 +0000 (01:04 -0500)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/changelog
doc/RelNotes/v1.44.5.txt

index 7b2cb17bb7f0f6a24dae5b59717b1e86da948b9c..605e3d37de176a4457f298fa7cbf1d0d2b00fbdf 100644 (file)
@@ -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
index 7a3b9f8828e8ec0241f279ba11c238fb6c64adaa..0cda992f0faa6ebd6f5c7d868ba573cd80472064 100644 (file)
@@ -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).