Can anyone point out how to get a list of all changed files between two versions of WordPress on the trac site?
Sometimes there's a link to such a page with a new release, but not always. And I generally like just uploading changed/new files rather than the whole shebang - saves loads of time.
Isn't there a link in the dev blog?
Usually - for 2.3.3 there just seems to be a link to a list of fixed minor bugs, and to the new xmlrpc.php file (I assume this isn't the only changed file?).
OK, I think I've "reverse-engineered" it from a link to changes for a previous release:
http://trac.wordpress.org/changeset?old_path=tags%2F2.3.2&old=6725&new_path=tags%2F2.3.3&new=6725
Not sure why the "old" and "new" vars both refer to the Rev number of the new version but... seems to work.