X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d8a8843fe9cbd7678aee6d638bf5a128b2d87bd8;hb=4ffe8b817bffb608db5d8342fa81824aed191ba6;hp=e9485793d96c4898304e6cd4f7b800b68d071ffc;hpb=339096647215cb4a675239020ec247b6031fce1f;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index e9485793d..d8a8843fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2010-03-23 Pádraig Brady (tiny change) + + * maint.mk (sc_Wundef_boolean): Check for the presence of the + config header before grepping, as it's not present before + autoreconf/configure are run. Reported by Simon Josefsson. + +2010-03-23 Bruno Haible + + pt_chown: Make it work with automake < 1.11. + * modules/pt_chown (Makefile.am): Define pkglibexecdir. + Reported by Simon Josefsson. + +2010-03-23 Bruno Haible + + pt_chown: Don't depend on GPLed modules. + * lib/pt_chown.c: Don't include idpriv.h. + (main): Don't drop privileges. + * modules/pt_chown (Depends-on): Remove idpriv-drop. + Reported by Simon Josefsson. + +2010-03-24 Simon Josefsson + + * top/maint.mk (sc_texinfo_acronym): Add rule, based on + suggestions from karl@freefriends.org (Karl Berry). + +2010-03-22 Eric Blake + + gethostname: further tweaks + * lib/unistd.in.h (includes): Only worry about if we + are overriding gethostname. + Suggested by Bruno Haible. + +2010-03-21 Bruno Haible + + Fix comments. + * lib/forkpty.c (rpl_forkpty): Fix comment. + * lib/openpty.c (rpl_openpty): Likewise. + Reported by Eric Blake. + 2010-03-22 Eric Blake gethostname: fix build on mingw