gnu-web-doc-update: add standard options
[gnulib.git] / ChangeLog
index e3694c8..73dadbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2009-10-02  Jim Meyering  <meyering@redhat.com>
+
+       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  <bonzini@gnu.org>
+
+       link: LoadLibrary is not needed.
+       * lib/link.c: Use GetModuleHandle.
+
+2009-10-01  Eric Blake  <ebb9@byu.net>
+
+       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 <config.h> 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  <meyering@redhat.com>
+
+       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  <blp@gnu.org>
+
+       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  <bruno@clisp.org>
 
        Avoid identifier clash with POSIX function 'remove' defined as a macro.