Damn

Arrrgh Symfony2 and the recent Doctrine2 bundle wrapup screwed up?

After updating my Symfony2 things went horribly wrong in which case toke me 4 hours to resolve it. So here is what I got after the silly update:
> Installing/Updating DoctrineBundle
93be072b43f64f88dc946705610dc8d3b9eed833
HEAD is now at 93be072 Fix undefined variable. Fixes #18
PHP Fatal error:  Call to undefined method Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addUserProviderFactory() in /[....]/vendor/bundles/Doctrine/Bundle/DoctrineBundle/DoctrineBundle.php on line 39
PHP Stack trace:
PHP   1. {main}() /[....]/app/console:0
PHP   2. Symfony\Component\Console\Application->run() /[....]/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /[....]/vendor/symfony/src/Symfony/Component/Console/Application.php:118
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() /[....]/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:66
PHP   5.