summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-21 09:58:46 +0000
committerJim Meyering <jim@meyering.net>2004-12-21 09:58:46 +0000
commit68244d7def8c44e3256c6c018ffa46df878a5d62 (patch)
treecb69c1744025c9edcb7bb69f25bdaf83d1802955 /ChangeLog
parente03c1883fc138b5bf8ef9296dc56ead67064c3f2 (diff)
downloadcoreutils-68244d7def8c44e3256c6c018ffa46df878a5d62.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b83695392..11026a47c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.0.
+ * src/csplit.c (usage): Say the default names are `xx00, xx01, ...',
+ not `xx01, xx02, ...'.
+ Reported by Matt Kraai in http://bugs.debian.org/286605
+
* tests/misc/split-fail: Avoid spurious failure on x86 solaris2.9
when using c89.