diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | cfg.mk | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -420,7 +420,7 @@ GNU coreutils NEWS -*- outline -*- if it uses helper processes for compression and its parent ignores CHLD signals. [bug introduced in coreutils-6.9] - tail without -f no longer access uninitialized memory + tail without -f no longer accesses uninitialized memory [bug introduced in coreutils-7.6] timeout is now immune to the signal handling of its parent. @@ -549,7 +549,7 @@ GNU coreutils NEWS -*- outline -*- ls -LR exits with status 2, not 0, when it encounters a cycle - ls -is is now consistent with ls -lis in ignoring values returned + "ls -is" is now consistent with ls -lis in ignoring values returned from a failed stat/lstat. For example ls -Lis now prints "?", not "0", for the inode number and allocated size of a dereferenced dangling symlink. @@ -27,7 +27,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 6830d50281733e19bb2baff7a891e1f8 +old_NEWS_hash = 99b06e7bb289add96b10127fceced4e9 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' |