This week, Symfony 2.3.13 and 2.4.4 maintenance versions were released. Meanwhile, the stabilization phase of the upcoming Symfony 2.5 version continued with some tweaks and bug fixes. Lastly, Symfony 2.3 and higher versions added the @Target annotation to all constraints in order to indicate the kind of elements to which each constraint is applicable.

Symfony2 development highlights

2.3 changelog:

  • 6518b74: [Doctrine Bridge] simplified session handler by using main connection
  • 3e3517a: [Process] setting STDIN while running should not be possible
  • ba8fc16: [Security] fixed incompatibility of x509 auth with nginx
  • ff77f24: [Process] added missing docblocks
  • 542d6fa, 67be447: added @Target annotations
  • 1346641: [Finder] fixed ignoring of unreadable dirs in the RecursiveDirectoryIterator
  • 7942c2a: [Process] disabled TTY mode on Windows platform
  • 9d885ed: [WebProfilerBundle] fixed an edge case on WDT loading
  • 6e57380: [Console] fixed the rendering of exceptions on HHVM with a terminal width

2.4 changelog:

  • b020207: [Security] removed $csrfTokenManager type hint from SimpleFormAuthenticationListener constructor argument

Master changelog:

  • e3566c2: [Debug] fixed DebugClassLoader can't load PSR4 libs

Newest issues and pull requests

SwiftMailer development highlights

Master changelog:

  • 32786b7: fixed a bug that prevented NullTransport from reporting that all emails had been delivered

They talked about us

Published in #A week of symfony