X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=73dadbb3a89631a7496c422c70ede5695df7ddf8;hb=faf52e824a51a93d173ed97c8901415a0be19481;hp=e3694c8fb60ea11ece3102369c2c765dd9a948b8;hpb=e21985ad14508137d75b0dccf064adfc4e5888c6;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index e3694c8fb..73dadbb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2009-10-02 Jim Meyering + + gnu-web-doc-update: add standard options + * build-aux/gnu-web-doc-update: Add --help, --version, etc. + + gnu-web-doc-update: New module. + Use this script to automatically update the on-line web documentation + for your GNU project at http://www.gnu.org/software/$pkg/manual/ + * modules/gnu-web-doc-update: New file, from coreutils. + * build-aux/gnu-web-doc-update: New script. + +2009-10-01 Paolo Bonzini + + link: LoadLibrary is not needed. + * lib/link.c: Use GetModuleHandle. + +2009-10-01 Eric Blake + + getopt: bump serial number + * m4/getopt.m4: Increment serial number, to account for 2009-09-24 + change. + + tests: tighten link, rmdir, and remove tests + * tests/test-link.h (includes): No need to use here. + Clean up if directory hard link was created, otherwise test for + trailing '.'. + * tests/test-linkat.c (main): Simplify. + * tests/test-remove.c (main): Enhance test for trailing '.'. + * tests/test-rmdir.h (test_rmdir_func): Likewise. + +2009-10-01 Jim Meyering + + maint.mk: requiring "make major" was annoying, for a "minor" release. + What is intended is "stable", to contrast with alpha and beta, + so require "make stable", not "make major". + * build-aux/announce-gen (%valid_release_types): s/major/stable/. + (get_tool_versions): Likewise. + * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/ + +2009-09-30 Ben Pfaff + + Fix broken build of replacement for Windows tmpfile(). + * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide + flags argument added along with the 'mkostemp' module. + 2009-09-28 Bruno Haible Avoid identifier clash with POSIX function 'remove' defined as a macro.