From: Jim Meyering Date: Sun, 14 Jan 2001 09:42:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=98c8115e96902ed66eb4b4ad8f665247f18f5602;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2033262b24..6fc6e9ecd1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,12 @@ -2001-01-13 Jim Meyering +2001-01-03 Alexandre Duret-Lutz + + * 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 * 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,