X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=46dd6600140a7d2ee80e923a8b9a62dd31f1e273;hb=72abcbb073b9ea67920501360a3935c95cc2cdad;hp=2975adc8bd61a8dce7114a5340bceb9e594a771d;hpb=5f5b05c7db0fcb98115a9bbd49e99e6f45b9b65d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2975adc8b..46dd66001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-11-18 Eric Blake + + utimens: fix regression on Solaris + * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug. + * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10 + can only change fd timestamps via futimesat. Instead, use an + additional witness macro to avoid BSD bug. + Reported by Jim Meyering. + 2009-11-17 Simon Josefsson * gnulib-tool: Support LGPLv3+ licenses in module files. Tiny