summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-04 14:55:42 +0100
committerJim Meyering <jim@meyering.net>2007-01-04 14:55:42 +0100
commitaa6a5547b387edef8db12345b97af9c35d9571df (patch)
tree4456f56e2bf34e8f295c25fe40e93a02b82fd6d0 /ChangeLog
parent2ed0544df45bb346e7960c0631dc8fe6803c132e (diff)
downloadcoreutils-aa6a5547b387edef8db12345b97af9c35d9571df.tar.xz
Ensure that "group --version" always prints the current year.
* src/groups.sh (version): Use @CURRENT_YEAR@, rather than 2006. * src/Makefile.am (.sh): Also substitute for @CURRENT_YEAR@. Suggestion from Eric Blake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50d56dae5..ac3be263d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-04 Jim Meyering <jim@meyering.net>
+ Ensure that "group --version" always prints the current year.
+ * src/groups.sh (version): Use @CURRENT_YEAR@, rather than 2006.
+ * src/Makefile.am (.sh): Also substitute for @CURRENT_YEAR@.
+ Suggestion from Eric Blake.
+
When decoding, always allow newlines in input, with almost no
performance impact.
* src/base64.c (do_decode): Initialize decode context.