On my site, I had it set up so only page title displays between the title tags and not my blog name via the following code:
<title><?php wp_title('',true,'right'); ?></title>
Since I upgraded to 2.7.1 my homepage no longer has a page title but my other pages do. Any idea why the homepage title no longer displays? Again everything worked perfectly prior to upgrading.