diff options
author | Jim Meyering <jim@meyering.net> | 2005-08-23 16:39:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-08-23 16:39:25 +0000 |
commit | f03cb421a9023d407d2161a4fb678db3075d70f7 (patch) | |
tree | 9fc9d9db6302c6b3548a024095fbfe9ac7d26301 /ChangeLog | |
parent | 8e3ee192151b4180d757d1d1f864ae18253230b5 (diff) | |
download | coreutils-f03cb421a9023d407d2161a4fb678db3075d70f7.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |