Described more changes in 4.3.1.

This commit is contained in:
James Youngman
2006-08-05 20:28:35 +00:00
parent f0bd3a791f
commit 2e01ce8f7d

9
NEWS
View File

@@ -22,6 +22,15 @@ the parent, the resulting error message now gives the correct
directory name (previously an error message was issued but it
specified the wrong directory).
Savannah bug #16738: "find .... -exec ... {} +" now works if you have
a large environment and many files must be passed to the -exec
action. The same problem affected the -execdir action, though since
the number of files in a given directory will normally be smaller, the
problem was worse for -exec.
Savannah bug #16579: Updatedb now works if it is running as a user
whose login shell is not actually a shell.
There have also been a number of documentation improvements (includng
Savannah bug #16269).