Fabien Potencier presented information about Symfony 2. He discussed that Symfony 2 is an evolution of Symfony 1 that aims to be more flexible and fast. Some key components of Symfony 2 include the dependency injection container, templating framework, and improved controller handling. The presentation highlighted the request handler as the backbone of Symfony 2's improved controller implementation. Events like application.request and application.response allow listeners to modify the request and response.