X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b571ba8d095c4e3a5e759433a1c95f2e2ecfad63;hb=baae8798ddc1855f57c7dbeebd91a3a2d1c11633;hp=9db5e5966850bf19c36c2015ac17fd324febde96;hpb=d59c72566f0175f5b0c1cabb17ed00d81dc4ad2b;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 9db5e5966..b571ba8d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2010-08-14 Brian Gough + Bruno Haible + + git-merge-changelog: add doc relating to use with bzr and hg. + * lib/git-merge-changelog.c: Add comments regarding bzr, hg, diff3. + +2010-08-14 Matthias Bolte + + pthread: fix pthread.h creation for srcdir != builddir + * modules/pthread (Makefile.am): Fix the rule to work also in a + non-srcdir build. + +2010-08-13 Karl Berry + + * doc/regex.texi (Predefined Syntaxes): @smallexample. + * doc/posix-*/*: force line break before @url of POSIX + specifications. + Suggested by Werner Lemberg. + +2010-08-10 Paul Eggert + + strtod: fix const diagnostic + * lib/strtod.c (strtod): Don't assign const char * to char *, + as this elicits a warning from GCC when warnings are enabled. + +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.