allow renaming bootstrap, and change the name of bootstrap.conf accordingly
[pspp] / ChangeLog
index 022f932ebed50d62aaa82d9b1c109a2e40ce4d80..59e9bd044a4ee4871f9e5e8998a9ce521974350f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
+
+       * build-aux/bootstrap: Allow renaming bootstrap, and change the
+       name of bootstrap.conf accordingly.
+
+2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
+
+       * build-aux/bootstrap: Install git-merge-changelog configuration
+       items into .gitconfig if needed.
+
+2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
+
+       * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
+       git repository, and initialize/update it accordingly.
+
+2008-10-02  Jim Meyering  <meyering@redhat.com>
+
+       fts.c: sync with similar code from coreutils' remove.c
+       * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
+       Guard also with "#if defined __linux__", since for now at least,
+       this code is Linux-kernel-specific.
+
+2008-10-02  Jim Meyering  <meyering@redhat.com>
+
+       fts: bug fixes
+       * lib/fts.c: Remove unnecessary "defined" in cpp directive.
+       Include <sys/vfs.h>, not <sys/statfs.h>.
+
+       * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
+       Include <sys/vfs.h>, not <sys/statfs.h>.
+
 2008-10-01  Bruno Haible  <bruno@clisp.org>
 
        Avoid the broken posix_spawn function on AIX 5.3 and 6.1.