summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-02 09:38:39 +0200
committerJim Meyering <jim@meyering.net>2007-09-02 09:38:50 +0200
commit2c57c49cc39e8e7250495d4d7ce713ba06272a46 (patch)
treef790cd9fe3ab445ccade223c8d47ad4a4b4ce6d1 /ChangeLog
parent5fabec7fb6b21b4c86e00d1a69f73d236c1f2991 (diff)
downloadcoreutils-2c57c49cc39e8e7250495d4d7ce713ba06272a46.tar.xz
bootstrap: uses rsync to download the .po files
* bootstrap (po_download_command_format): New global. (download_po_files): Use rsync. (update_po_files): Don't remove .po files after download, so future rsync runs can take advantage of the copies.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fa773e0a..2ee14dc6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-02 Jim Meyering <jim@meyering.net>
+
+ bootstrap: uses rsync to download the .po files
+ * bootstrap (po_download_command_format): New global.
+ (download_po_files): Use rsync.
+ (update_po_files): Don't remove .po files after download,
+ so future rsync runs can take advantage of the copies.
+
2007-09-01 Jim Meyering <jim@meyering.net>
* bootstrap (gnulib_tool): Make sha1sum check quietly.