Symfony 2.6.1 has just been released.

Symfony 2.6.0 was released recently but we've decided to make a new release as it contains several regressions.

The two regressions that were fixed are the following:

  • bug #12811 Configure firewall's kernel exception listener with configured entry point or a default entry point (rjkip)
  • bug #12716 [ClassLoader] define constant only if it wasn't defined before (xabbuh)

This release is also the first one that does not have absolute paths in the production cache thanks to this fix:

  • bug #12784 [DependencyInjection] make paths relative to __DIR__ in the generated container (nicolas-grekas)

Here is a list of the other important changes:

  • bug #12770 [Filesystem] fix lock file permissions (nicolas-grekas)

Want to check the integrity of this new version? Read my blog post about signing releases .

Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.

Published in #Releases