summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-26 15:48:53 +0100
committerJim Meyering <meyering@redhat.com>2008-01-26 17:16:38 +0100
commitca3de82a181dfb3b6627e4a3a7abcdbe24904b56 (patch)
tree3753c2329b791fa40dd7ec40aacccc3d833299ac /ChangeLog
parent76c9c9845e9458ca9cc07af3b06326685a1684a7 (diff)
downloadcoreutils-ca3de82a181dfb3b6627e4a3a7abcdbe24904b56.tar.xz
Ensure that each version string change propagates to man pages.
* man/Makefile.am (common_dep): Don't depend on configure.ac for version changes. Instead, depend on ../VERSION. (../VERSION): New rule. * Makefile.am (DISTCLEANFILES): Define. * GNUmakefile: Update ./VERSION. * .gitignore: List VERSION. Reported by Sven Joachim.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77f593973..469e66ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-01-26 Jim Meyering <meyering@redhat.com>
+ Ensure that each version string change propagates to man pages.
+ * man/Makefile.am (common_dep): Don't depend on configure.ac for
+ version changes. Instead, depend on ../VERSION.
+ (../VERSION): New rule.
+ * Makefile.am (DISTCLEANFILES): Define.
+ * GNUmakefile: Update ./VERSION.
+ * .gitignore: List VERSION.
+ Reported by Sven Joachim.
+
Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1)
* tests/cp/preserve-gid: Set group as well as owner on ".".
Reported by Elias Pipping.