X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=0f2613af91cbe63c23c1ad0263e02ddbde4096e4;hb=ec5743a6286b1bbe88a1f45e9e154c03846fb590;hp=db04d62ebd43b7e78d8649c3d937d456b34c262a;hpb=f1309bffbf3b38661b9951bc14ede85e2a3b30bc;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index db04d62..0f2613a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,33 @@ +2006-09-08 Paul Eggert + + Adjust to latest gnulib. + * lib/.cvsignore: Add at-func.c, configmake.h, fchmodat.c, + fcntl.h, fcntl_.h, inttypes_.h, lstat.c, lstat.h. + * tests/testsuite.at (AT_TAR_MKHIER): Use install-sh -d + rather than the no-longer-included mkinstalldirs. + +2006-09-08 Sergey Poznyakoff + + * src/incremen.c (try_purge_directory): Initialize struct st. Fix + condition for selecting candidates for removal. + * README-alpha: List texinfo among build prerequisites for the CVS + version. + + * bootstrap (intl_files_to_remove): Do not remove m4/inttypes-h.m4 + and m4/inttypes-pri.m4 + 2006-08-11 Paul Eggert + * bootstrap: Set XGETTEXT_OPTIONS to flag our printf-format functions, + so that translators are warned about strings that are formats but + don't look like formats. This might help prevent core dumps. + * configure.ac (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros. + Suggested by Eric Blake to avoid problems like + . + (AM_GNU_GETTEXT_VERSION): Upgrade from 0.12.1 to 0.15. The gettext + manual says we should use the version number normally expected of + maintainers, neither more nor less. + * bootstrap (get_translations): Don't exclude ky.po; it is working again.