X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e4525aa7ac545b38b3b6e862d23678ad9405e997;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=563e8671626fd67e28007f0d0bbe4d33408cb0f3;hpb=8b5510050ddbf5bdee4a7cb89f8ee32e08aecd94;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 563e86716..e4525aa7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-12-17 Paul Eggert + + qacl: port to Windows better + See Eli Zaretskii in + . + * lib/file-has-acl.c (acl_access_nontrivial): + Return -1 and set errno if !HAVE_ACL_FIRST_ENTRY && + !HAVE_ACL_TO_SHORT_TEXT && !HAVE_ACL_FREE_TEXT. + +2013-12-12 Alexander V. Lukyanov + + md5, sha1, sha256, sha512: fix (trivial) compile error in c++ mode. + * lib/gl_openssl.h: Cast void pointers to a specific type. + +2013-12-07 Pádraig Brady + + open-tests: fix build failure with -Werror=old-style-declaration + * tests/test-open.h: Reorder the inline to avoid the issue. + 2013-12-07 Pádraig Brady md5, sha1, sha256, sha512: fix link error with partial libcrypto