summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-23 16:39:25 +0000
committerJim Meyering <jim@meyering.net>2005-08-23 16:39:25 +0000
commitf03cb421a9023d407d2161a4fb678db3075d70f7 (patch)
tree9fc9d9db6302c6b3548a024095fbfe9ac7d26301 /ChangeLog
parent8e3ee192151b4180d757d1d1f864ae18253230b5 (diff)
downloadcoreutils-f03cb421a9023d407d2161a4fb678db3075d70f7.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e7771060..947c887f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2005-08-23 Jim Meyering <jim@meyering.net>
- * Version 5.3.1.
+ * Version 5.3.1-cvs.
+ * configure.ac: Use `5.3.1-cvs' as the version string.
+ * NEWS: Adjust accordingly.
* src/od.c: Include <float.h> unconditionally.
* src/uptime.c (print_uptime): Remove unnecessary parens in
@@ -22,6 +24,7 @@
encounters an existing destination file, and gets an affirmative
response, then first try to unlink the destination file rather
than simply failing. Suggestion from Karl Berry.
+ FIXME: add test for this
* src/ln.c (main): Declare `target_directory' with const attribute.
* src/du.c (time_style): Add `const' attribute.