]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 83fefdc128e74c41f7f70a1a65113daa38d649c6..27dce52f120883179987609ba171af2b9bb0daf2 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 77db12597b20b91bd5f15735060b5d2bcd555a12..f61095c491cbb2c4e79db6e112674857f5b502a9 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 ea56f744b5cf82fcc37b981d705136b8c401f608..2a4c5205c66f8cf0f0e40d515305527e3641af5c 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 8268d412b6ae0197cc43945b6a9b204844709aaf..912bad202b11e0716781a42b5a93d3272f74157d 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 92eb34259b1487b81fcf992bbdbc0da1fc58298b..d8ab030babf205fb41adb6fd3313adc4db4e2fb3 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 4954052179064939aed54ad66a7ac513b9f8b690..08608d2aad5e8836bf02751f300cc498bba6e724 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 ae5c930c10c30997050ba4531e7f43b40485ebd2..f0d2dd297afe0cc0e46149589eb034415a1c14c6 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 8bfe25e140c6227653448659d1dfd1470b972418..1050d5e081d56acf1ed412ff567317d12736a6f9 100644 (file)
@@ -68,4 +68,3 @@ artifacts.
 
 Removed legacy entries for ext4dev in the default mke2fs.conf file.
 
-
index 385de5afaa453bf78c784dbd8188b30d10d72650..55e434f0f2aa4fb8556dba3c8d3dcb1181eea157 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 9edd69b5a35682e7e9b44eda65fff34ed2909b34..cb26a165ae0ede014e375a7f5ca80780595f3be6 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 d26003fcdc31170690ced9a1bf1169412a580a66..6dbe0dbb17de639f41554a52fc3b2ebe86634c42 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 5fa5299e7651d48d9ab1f887efc4a7615e30cc56..59cd802f7471fd3d75c669b7706febb9580436ff 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 4716974241c0759d191308ed270f06c4a4f0024c..4503c9246d1a67b9514a58f2baf35f1000bec1f3 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 1dca63c6e60a1ad171a3f626a63b6a433ebbc61a..7b5c7741a9da7f6db5120e6b3f940866cbd170b8 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 731262118056ef7b82d79d296480a2c8b43f925f..e68032c384dcb0893cac7a09fc839f5186c70b15 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 dbe6e5d50cbc4375b545431ebca23a36bdd006fc..db130c6b21c7cd5009b8d6274dd813bc9ea26e0f 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.
+