X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e7d2ef24c0d43d6e7623aa5171c7b70566729460;hb=e1ee8ceea44fb66849207b47020547ecf492efe2;hp=bc1ff692a0d87065f59d176090bb6a446e1df65a;hpb=28c952d8555a939d74a4096d63dba5c8e7863a90;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index bc1ff692a..e7d2ef24c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,45 @@ 2008-06-01 Bruno Haible + * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris + tests. Test for libpacl, needed for OSF/1. Test for extended ACLs, + needed for MacOS X. Test for HP-UX API. Test for newer and older AIX + APIs. + * modules/acl-tests (configure.ac): Remove tests now contained in + m4/acl.m4. + +2008-06-02 Jim Meyering + + announce-gen: use a better key-server host name + * build-aux/announce-gen (main): Recommend keys.gnupg.net, since + it may be more consistently reliable. Suggested by Werner Koch + in . + +2008-06-01 Bruno Haible + + * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD. + Reported by Voroskoi Andras . + +2008-06-01 Voroskoi Andras (tiny change) + + * lib/stdio-impl.h [__DragonFly__]: Fix typo. + +2008-06-01 Bruno Haible + + New ACL tests. + * tests/test-file-has-acl.sh: New file. + * tests/test-file-has-acl.c: New file. + * tests/test-set-mode-acl.sh: New file. + * tests/test-set-mode-acl.c: New file. + * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh. + * tests/test-copy-acl.c: New file. + * modules/acl-tests: New file, based on modules/copy-file-tests. + * modules/copy-file-tests (Files): Remove tests/test-sameacls.c. + (Depends-on): Add acl-tests. + (configure.ac): Remove checks. + (Makefile.am): Don't create test-sameacls program here any more. + +2008-06-01 Bruno Haible + * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX. * tests/test-sameacls.c: Include progname.h. (main): Invoke set_program_name. Portability fixes for MacOS X,