I've just released Symfony 2.1.9. It fixes quite a few bugs. Here are some of the most interesting ones:
- b2080c4: [HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes #6750)
- 3e40c17: [HttpKernel] fixed locale management when exiting sub-requests
- 0eff68f: Fix REMOTE_ADDR for cached subrequests
- 42d3c4c: added support for the X-Forwarded-For header (closes #6982, closes #7000)
- 6a9c510: fixed the IP address in HttpCache when calling the backend
- 3615e19: [Security] fixed session creation on login (closes #7011)
- ddf4678: [HttpFoundation] fixed the creation of sub-requests under some circumstancies (closes #6923, closes #6936)
- 8ca00c5: [Security] fixed session creation when none is needed (closes #6917)
- ce38069: [FrameworkBundle] fixed Client::doRequest that must call its parent method (closes #6737)
The commits listed all appears to be from 2.1.8, not 2.1.9.
Hi Magnus,
You are correct. Here is the latest commits
2.1.9 (2013-03-26)
Any how symfony rocks
The web debug toolbar pushes the Propel button off the end (hidden when viewing an action, wrapped when viewing the profiler output) in this release. Very minor issue though!
Thanks for the release.
Thanks for the release.
Id et some troubleshooting with the b2080c4, thk for ne release.