X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=dffc9ed62ec1bcb888976f6987388e7e61db4ec5;hb=91fd3b18b755b77c4bb3f7556ddedb055c16c834;hp=d811718a18508cab954be1edc229f2cdded80da6;hpb=ac59abf3f8f24369c705df91c824c1c3a368fa94;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index d811718a1..dffc9ed62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2010-08-10 Pádraig Brady + and Eric Blake + + copy-acl: ignore ENOTSUP on HP-UX + * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up, + so that it is available for HP-UX. + * lib/copy-acl.c (qcopy_acl): Use it. + Reported by Patrick M. Callahan. + +2010-08-10 Eric Blake + + open, chown: relax license + * modules/open (License): Change to LGPLv2+, with consent by all + authors, for use in augeas. + * modules/chown (License): Likewise. + * modules/lchown (Likewise): Likewise. + Requested by Adam Stokes. + +2010-08-09 Karl Berry + + * build-aux/ar-lib: new file, import from Automake. + * config/srclist.txt: autocheck for updates. + 2010-08-09 Eric Blake readlinkat: adjust client modules