--- ChangeLog | 7 +++++++ NEWS | 22 ++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/ChangeLog b/ChangeLog index f3f0858..35f522d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-10 James Youngman <[email protected]> + + * NEWS: Moved some of the bug fix comments for the 4.4.1 release + out of "Documentation Enhancements" into "Bug Fixes". They'd + ended up in the wrong section when I resolved an earlier merge + conflict. + 2009-04-10 Stepan Kasal <[email protected]> Backport a fix from 4.5.x. diff --git a/NEWS b/NEWS index bbafd0d..fbaaf3b 100644 --- a/NEWS +++ b/NEWS @@ -9,26 +9,24 @@ versions of the AIX C compiler), find's regular expression implementation fails to support case-insensitive regular expression matching, causing -iregex to behave like -regex. This is now fixed. -#23996: integer overflow on some platforms when parsing "-used 3". +#25154: Allow compilation with C compilers that don't allow +declarations to follow statements. -** Documentation Enhancements +#25144: Misleading error message when argument to find -user is an +unknown user or is missing. -#23070: Corrected manpage description of find -perm /000 (the change -was already made but the manpage indicated the change would happen -"soon"). +#24169: find would segfault if the -newerXY test was not followed by +any argument. + +#23996: integer overflow on some platforms when parsing "-used 3". #23663: crash in some locales for -printf %AX (this problem seems to have affected only the CVS code for 4.5.x, and not any public releases, but it was a problem with the original fix for bug #22662) -#24169: find would segfault if the -newerXY test was not followed by -any argument. - -#25144: Misleading error message when argument to find -user is an -unknown user or is missing. +#22662: find -printf %AX appends nanoseconds in the right place now. -#25154: Allow compilation with C compilers that don't allow -declarations to follow statements. +** Documentation Enhancements #22662: find -printf %AX appends nanoseconds in the right place now. -- 1.5.6.5
