+2004-06-02 Jim Meyering <jim@meyering.net>
+
+ * Version 5.3.0.
+
+ Fix a bug in how the --output-delimiter=D option works with
+ abutting byte or character ranges. Reported by David Krider in
+ http://lists.gnu.org/archive/html/bug-coreutils/2004-05/msg00132.html
+ * src/cut.c (print_kth): Remove special case for open-ended range.
+ (set_fields): Record the range start index for an interval even
+ when it abuts another interval on its low side.
+ Also record the range start index of the longest right-open-interval.
+ * tests/cut/Test.pm: Add tests of --output-delimiter=S with
+ abutting and overlapping byte ranges.
+
2004-06-01 Paul Eggert <eggert@cs.ucla.edu>
Some POSIX-conformance cleanups for tr.
2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
- * Version 5.3.0.
-
Improve the efficiency (and in one case, correctness) of code
that reads symlinks.