Whamcloud - gitweb
Make sure all release note files have a single trailing empty line
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Aug 2018 04:52:08 +0000 (00:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Aug 2018 04:52:08 +0000 (00:52 -0400)
This is needed so we can assemble a complete release notes file via a
command like:

cat $(/bin/ls -1 doc/RelNotes/v*.txt | tac) | gzip -9n > NEWS.gz

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
16 files changed:
doc/RelNotes/v1.02.txt
doc/RelNotes/v1.34.txt
doc/RelNotes/v1.35.txt
doc/RelNotes/v1.36.txt
doc/RelNotes/v1.38.txt
doc/RelNotes/v1.40.txt
doc/RelNotes/v1.42.txt
doc/RelNotes/v1.43.6.txt
doc/RelNotes/v1.43.7.txt
doc/RelNotes/v1.43.8.txt
doc/RelNotes/v1.43.9.txt
doc/RelNotes/v1.44.0.txt
doc/RelNotes/v1.44.1.txt
doc/RelNotes/v1.44.2.txt
doc/RelNotes/v1.44.3.txt
doc/RelNotes/v1.44.4.txt

index 83fefdc..27dce52 100644 (file)
@@ -22,3 +22,4 @@ Patch lsattr so that it won't hang when checking a named pipe.
 Minor compilation fixes:
        * Fix the order of libraries that were linked in debugfs.
        * Allow the sources to be compiled with -ansi turned on.
+
index 77db125..f61095c 100644 (file)
@@ -127,3 +127,4 @@ variables are set, which specifies which I/O operations are logged and
 a block number to watch, respectively.  The log messages are sent to
 stderr by default, unless a filename is specified via the
 TEST_IO_LOGFILE environment variable.
+
index ea56f74..2a4c520 100644 (file)
@@ -163,3 +163,4 @@ Fixed various compiler warnings.
 
 Add portability fixes for FreeBSD and for using fsctl under Darwin to
 support ext2 ioctl's.
+
index 8268d41..912bad2 100644 (file)
@@ -299,3 +299,4 @@ Drop the sparc assembly bitwise operations; it's less efficient
 than the GCC 3.4 compile code and triggers compiler warnings on
 sparc64.  Thanks to Matthias Andree for his analysis and suggestions.
 (Addresses Debian Bug #232326)
+
index 92eb342..d8ab030 100644 (file)
@@ -135,3 +135,4 @@ header files have not be installed in the system include directories.
 (Addresses Sourceforge Bug: #1180572)
 
 Fixed gcc -Wall nits.
+
index 4954052..08608d2 100644 (file)
@@ -1040,3 +1040,4 @@ which require the backups to be touched.
 
 Add new function to libext2fs, ext2fs_default_journal_size(), which
 returns the default journal size.
+
index ae5c930..f0d2dd2 100644 (file)
@@ -1687,3 +1687,4 @@ Allow ext2fs_get_memalign() to compile on systems that don't have
 posix_memalign().
 
 Fixed a namespace leak in libext2fs (tdb_null).
+
index 8bfe25e..1050d5e 100644 (file)
@@ -68,4 +68,3 @@ artifacts.
 
 Removed legacy entries for ext4dev in the default mke2fs.conf file.
 
-
index 385de5a..55e434f 100644 (file)
@@ -27,4 +27,3 @@ Test descritions have been shorted to fit in 80 columns.
 
 Fix various tests to avoid leaving temp files in /tmp.
 
-
index 9edd69b..cb26a16 100644 (file)
@@ -46,4 +46,3 @@ Clean up Makefile output.
 Fix compatibility problems with glibc 2.27 casued by a collision with
 copy_file_range().
 
-
index d26003f..6dbe0db 100644 (file)
@@ -13,4 +13,3 @@ Fix a build failure in lib/ext2fs/swapfs.c on big-endian systems.
 
 Fix various Debian packaging issues.  (Addresses Debian Bug #269569).
 
-
index 5fa5299..59cd802 100644 (file)
@@ -79,3 +79,4 @@ E2fsck is now much faster for bigalloc file systems when scanning
 extents for bigalloc file systems.  (Addresses Google Bug #36886699)
 
 Update Czech, Spanish, French, Malay, and Ukrainian translations.
+
index 4716974..4503c92 100644 (file)
@@ -45,3 +45,4 @@ Fix some test failures on GNU Hurd caused by a different default block
 size.
 
 Add new regression tests.
+
index 1dca63c..7b5c774 100644 (file)
@@ -50,3 +50,4 @@ Fix the f_bigalloc_badinode and f_bigalloc_orphan_list regression tests
 so they uses mke2fs and ebugfs from the build tree.  They may not exist
 in the users PATH, and if they not or if they are extremely
 old/obsolete, those tests would fail.
+
index 7312621..e68032c 100644 (file)
@@ -103,3 +103,4 @@ Fixed Coverity, sparse, gcc -Wall, and clang warnings/nits.
 
 Update Czech, Dutch, Spanish, French, Polish, Swedish, Ukrainian, and
 Vietnamese translations.
+
index dbe6e5d..db130c6 100644 (file)
@@ -57,3 +57,4 @@ the "git archive" command.
 Fixed various debian packaging issues (Addresses Debian Bug: #905195)
 
 Update Danish, Spanish, and Swedish translations.
+