summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-06 16:49:15 +0000
committerJim Meyering <jim@meyering.net>2006-01-06 16:49:15 +0000
commit55e0a76ddc8d95c446e8bb9f51fe2245a0bf6c20 (patch)
tree5812782549b6a27713620839016ec576a05031f5 /ChangeLog
parent7e140557e907f9993f4f1adf7e386dabb0c9b010 (diff)
downloadcoreutils-55e0a76ddc8d95c446e8bb9f51fe2245a0bf6c20.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cbad52ff..84cbbb3f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 6.0-cvs.
+ * Makefile.maint (copyright-check): Use date +%Y in place of
+ hard-coded 2005.
+
* src/remove.c (rm_1): Remove `static' attribute on local `status'.
First off, the attribute should have been `volatile' (not static)
to avoid longjmp-related risk of clobber. Secondly, now there is