]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 31 May 1996 03:45:16 +0000 (03:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 May 1996 03:45:16 +0000 (03:45 +0000)
old/textutils/NEWS

index 51724c4bb96ad8a31d3f8f6a55f85754161cb1ed..11fa377ccf26412f723deff0d1894d4fe952c9e4 100644 (file)
@@ -3,6 +3,7 @@ Changes in release 1.16
   character in a field that has fewer than N characters
 * tail with old-style options like -20k and +31m operates on units of bytes,
   as the --help usage message says.  Before, it used units of lines.
+
 Changes in release 1.15
 * od gives better diagnostics for invalid format specs
 * uses automake-generated Makefile templates
@@ -16,6 +17,7 @@ Changes in release 1.15
 * sort accepts new option: -z for NUL terminated records
 * join accepts new option: --ignore-case, -i
 * uniq accepts new option: --ignore-case, -i
+
 User-visible changes in release 1.14
 * sort -i and sort -d properly order strings containing ignored characters
 * nl: rename misleading --first-page=N option to --starting-line-number=N.