summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-01 18:50:40 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 18:50:40 +0100
commit214d27e1464e405526d1c6355b5fdeb8ece138ac (patch)
treeb551565fd3689cd48058c39d92798fbf11a1b384 /ChangeLog
parentab73462d4b281d4e2cec8fb5952a0329c3f2ce2f (diff)
downloadcoreutils-214d27e1464e405526d1c6355b5fdeb8ece138ac.tar.xz
Defer NEWS and ChangeLog checks until after the version-changing tag.
* Makefile.maint (alpha beta major): Don't depend on the news-date-check changelog-check targets. They must fail before applying the version-changing tag. Instead, run them after "vc-dist".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a93375a8..73c5596f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-12-01 Jim Meyering <meyering@redhat.com>
+ Defer NEWS and ChangeLog checks until after the version-changing tag.
+ * Makefile.maint (alpha beta major): Don't depend on the
+ news-date-check changelog-check targets. They must fail before
+ applying the version-changing tag. Instead, run them after "vc-dist".
+
* NEWS: Record release date and new version number.
Mention some of the SELinux changes.
* src/stat.c (main): Adjust a comment.