summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-09 20:14:08 +0000
committerJim Meyering <jim@meyering.net>2003-01-09 20:14:08 +0000
commitba5be82b7eef33bcda397962de6b28193a912607 (patch)
tree0c5f3367a23ad6a1cb2e6e67c0ea6cc1efe7ad5c /NEWS
parenta215ab54d331f16ed7d92adc239762323058e2f7 (diff)
downloadcoreutils-ba5be82b7eef33bcda397962de6b28193a912607.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 751c7a910..0673aebdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
[4.5.5]
+* cut: new feature: when used to select ranges of byte offsets (as opposed
+ to ranges of fields) and when --output-delimiter=STRING is specified,
+ output STRING between ranges of selected bytes.
+* rm -r can no longer be tricked into mistakenly reporting a cycle.
+* when rm detects a directory cycle, it no longer aborts the entire command,
+ but rather just the affected command line argument.
[4.5.4]
* cp no longer fails to parse options like this: --preserve=mode,ownership