diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-14 09:42:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-14 09:42:01 +0000 |
commit | 98c8115e96902ed66eb4b4ad8f665247f18f5602 (patch) | |
tree | b8372e87a93c55d15734bb773c17d5ac8639e6b4 /old/fileutils | |
parent | d6b863b09c8d9e1a9b9caa8848c68c7f59a2a1e0 (diff) | |
download | coreutils-98c8115e96902ed66eb4b4ad8f665247f18f5602.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2033262b2..6fc6e9ecd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,12 @@ -2001-01-13 Jim Meyering <meyering@lucent.com> +2001-01-03 Alexandre Duret-Lutz <duret_g@epita.fr> + + * po/Makefile.in.in (update-po): Merge po-files in temporary files + in the build directory, and update the source directory only when + the merged catalog differs from the original. This fixes the known + `make distcheck' failure due to `make update-po' being called + on up-to-date but read-only files. - * Version 4.0.36. +2001-01-13 Jim Meyering <meyering@lucent.com> * src/copy.c (same_file_ok): When moving a symlink onto itself, don't remove the symlink. Reported by David Luyer as Debian bug#82089, |