This is the final release candidate before the final release on Monday next. Hopefully there won't be any major changes to this as it's quite stable. No new features or major cleanups are going in until after 1.3 is released on Monday.
This is revision 1104.
Changes:
The main blog of the site doesn't have to live at /blog/ if you're using virtual hosts. #409
WordPress importer can now assign posts to other users. #435
The importer shouldn't error on the foreach() loop when there's only one author now #405
Privacy mode of new blog is stored properly. #423
Various cleanup patches by ktlee and momo360modena.
momo360modena gave the wpmu-* admin pages a nice facelift!
XMLRPC posting and the signup page are now disabled by default. They can be activated in the wpmu-options.php page. It is possible to change the xmlrpc setting for a particular blog by editing it via the wpmu-blogs.php page.
Individual blog's upload quota can be edited on the edit blog page too.
Developers! get_blog_option() will never return the string "falsevalue" again. It will return the bool value false instead.
Version numbers look more like WP.org's ones to aid plugin compatibility.
Misc bug fixes.