Hey,
Just installed wpmu and it seems to work fine so far but I've noticed two problems:
1) First, when logging on http://domain.tld/wp-login.php with regular user, the bottom-right link to Signoff doesn't work, but it works when the regular user logs in on http://domain.tld/<user>/wp-login.php.
I guess it should either fail to sign in from global wp-login.php or link to global wp-login.php?action=logout rather than <user>/wp-login.php?action=logout.
2) Secondly, when trying to modify Site meta-options I get the following error message:
Fatal error: Cannot redeclare wpmu_delete_blog() (previously declared in /.../wpmu-2006-05-24/wp-inst/wp-admin/wpmu-edit.php:6) in /.../wpmu-2006-05-24/wp-inst/wp-admin/admin-db.php on line 489
Thanks for the great work you've done!