The final version of Agavi 1.0.5 is now available at http://www.agavi.org/ and through the PEAR channel.
A small number of fixes and changes have made it in since 1.0.5 RC1; the most important one is compatibility with PHPUnit 3.5.
To support PHPUnit 3.5, we had to drop support for PHPUnit 3.4 since a few backwards-incompatible changes were made that we could not work around. Your tests should not be affected, but your run-tests.php will likely need an adjustment to use PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist() instead of the now-removed PHPUnit_Util_Filter::addDirectoryToFilter().
As always, CHANGELOG and RELEASE_NOTES will be happy to tell you all the details.
Another 1.0.6 release is planned soon with a few minor additions on the road to Agavi 1.1, which has made good progress over the last few weeks.
Enjoy this great release,
David