copy-acl: ignore ENOTSUP on HP-UX
[gnulib.git] / ChangeLog
index e1a70c8..dffc9ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
+2010-08-10  Pádraig Brady <P@draigbrady.com>
+       and Eric Blake  <eblake@redhat.com>
+
+       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  <eblake@redhat.com>
+
+       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  <karl@gnu.org>
+
+       * build-aux/ar-lib: new file, import from Automake.
+       * config/srclist.txt: autocheck for updates.
+
 2010-08-09  Eric Blake  <eblake@redhat.com>
 
+       readlinkat: adjust client modules
+       * modules/areadlinkat (Depends-on): Use readlinkat, not
+       symlinkat.
+       * modules/areadlinkat-with-size (Depends-on): Likewise.
+
        mknod: be more vocal about danger of running tests as root
        * m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as
        root, since that is just asking for problems.