X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b4449103de3c8675f96e45ba636174a877f7c12d;hb=7f4d7474bc9b613a5a6577819befb340e1093d67;hp=69437c98a78044b164e4844ff1a164d28530429a;hpb=6c37e0a73c7c1b6fe6eac4d794e2e65791a2700d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 69437c98a..b4449103d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2012-07-30 Eric Blake + + passfd: fix comment on recvfd + * lib/passfd.c (recvfd): Fix comment. + Reported by Jann Horn . + +2012-07-30 Jim Meyering + + maint.mk: avoid a sub-shell + * top/maint.mk (release-prep): Remove unneeded sub-shell. + +2012-07-30 Akim Demaille + + maint.mk: absolute VPATH issue + * top/maint.mk (release-prep): Help Git find .git/. + From Jim Meyering. + +2012-07-29 Akim Demaille + + gitlog-to-changelog: fix previous change + * build-aux/gitlog-to-changelog: Fix condition. + Add missing ";". + +2012-07-29 Akim Demaille + + gitlog-to-changelog: don't expect .git to be in $srcdir + Reported by Bruno Haible. + + * build-aux/gitlog-to-changelog (&git_dir_option): New. + Use it. + +2012-07-29 Akim Demaille + + maint.mk: absolute VPATH build fix + * top/maint.mk (gpg_key_ID): Help git find .git when, for instance, + $(srcdir) is not a parent of $(builddir). + +2012-07-28 John Darrington + + clean-temp: Fix memory leak. + * lib/clean-temp.c (cleanup_temp_dir): Free also the 'subdirs' and + 'files' members of tmpdir. + +2012-07-27 Jim Meyering + + maint.mk: new rule: refresh-gnulib-patches + I noticed that 8 of coreutils' 9 gl/**/*.diff files were stale. + Use this rule to refresh them. + * top/maint.mk (refresh-gnulib-patches): New rule. + +2012-07-24 Bruno Haible + + gnulib-tool: Fix handling of inctests variable. + * gnulib-tool: Canonicalize $inctests also in 'update' mode. + Reported by Nick Bowler . + +2012-07-22 Bruno Haible + + getpass: Assume AC_CHECK_DECLS_ONCE invocation, like in getpass.m4. + * lib/getpass.h: Assume HAVE_DECL_GETPASS is defined. + * cfg.mk (exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests): + Remove exemption for getpass.h. + Suggested by Eric Blake. + 2012-07-20 Eric Blake verify: document conflict with -Wnested-externs