Quote by: ishmotAre the files listed in the changed files file all of the files that have changed since the last minor release or the last major release
Those were the files that changed since 1.6.0rc2.
I don't think there were a lot of files that didn't change ... Here's the diff command to generate that changed-files list:
PHP Formatted Code
diff
-b
-B
--brief
--recursive
-N
$OLDVERSION $NEWVERSION
So unpack a fresh 1.5.2sr4 and a fresh 1.6.0 and compare them. I get a list of 691 differences ...
bye, Dirk