From 2e01ce8f7deced53fbcd9bb7c0eddea3ef8a5c69 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 5 Aug 2006 20:28:35 +0000 Subject: [PATCH] Described more changes in 4.3.1. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index c49eaf7e..31bf1e48 100644 --- a/NEWS +++ b/NEWS @@ -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).