summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-24 22:31:35 +0200
committerJim Meyering <meyering@redhat.com>2007-10-24 22:31:35 +0200
commitedb5faa2970d57681ae9ba41d98df7f210d82587 (patch)
treef6cb64d681b2f70d2a2ffe10acef84c44a4c3667 /ChangeLog
parent0edca4f61fa3257d2f1670d03c3d00b65b219939 (diff)
downloadcoreutils-edb5faa2970d57681ae9ba41d98df7f210d82587.tar.xz
Avoid diagnostics from sha1sum when there is no cached checksum.
* bootstrap (update_po_files): Skip the sha1sum check if the po.s1 file hasn't been created yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e9fd9d83..937779115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-24 Jim Meyering <meyering@redhat.com>
+ Avoid diagnostics from sha1sum when there is no cached checksum.
+ * bootstrap (update_po_files): Skip the sha1sum check if the po.s1
+ file hasn't been created yet.
+
Get gnulib from the git repository, not from an obsolete cvs one.
* bootstrap: Suggestion from Micah Cowan.