@@ -7,6 +7,37 @@ in 2.1 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.1.0...v2.1.1
9
9
10
+ * 2.1.8 (2013-02-23)
11
+
12
+ b2080c4: [ HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes #6750 )
13
+ b7bd630: [ Form] Fixed TimeType not to render a "size" attribute in select tags
14
+ 368f62f: Expanded fault-tolerance for unusual cookie dates
15
+ cb03074: [ DomCrawler] lowered parsed protocol string (fixes #6986 )
16
+ 3e40c17: [ HttpKernel] fixed locale management when exiting sub-requests
17
+ 179cd58: [ Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082
18
+ 18b139d: [ FrameworkBundle] tweaked reference dumper command (see #7093 )
19
+ 0eff68f: Fix REMOTE_ADDR for cached subrequests
20
+ 5e8d844: [ Process] Warn user with a useful message when tmpfile() failed
21
+ 42d3c4c: added support for the X-Forwarded-For header (closes #6982 , closes #7000 )
22
+ 6a9c510: fixed the IP address in HttpCache when calling the backend
23
+ 87f3db7: [ EventDispathcer] Fix removeListener
24
+ e0637fa: [ DependencyInjection] Add clone for resources which were introduced in 2.1
25
+ bd0ad92: [ DependencyInjection] Allow frozen containers to be dumped to graphviz
26
+ 83e9558: Fix 'undefined index' error, when entering scope recursively
27
+ 3615e19: [ Security] fixed session creation on login (closes #7011 )
28
+ a12744e: Add dot character ` . ` to legal mime subtype regular expression
29
+ e50d333: [ HttpKernel] fixed the creation of the Profiler directory
30
+ ddf4678: [ HttpFoundation] fixed the creation of sub-requests under some circumstancies (closes #6923 , closes #6936 )
31
+ 8ca00c5: [ Security] fixed session creation when none is needed (closes #6917 )
32
+ 74f2fcf: fixed a circular call (closes #6864 )
33
+ 6f71948: [ Yaml] fixed wrong merge (indentation default is 4 as of 2.1)
34
+ 4119caf: [ DependencyInjection] fixed the creation of synthetic services in ContainerBuilder
35
+ 11aaa2e: Added an error message in the DebugClassLoader when using / instead of \.
36
+ ce38069: [ FrameworkBundle] fixed Client::doRequest that must call its parent method (closes #6737 )
37
+ 53ccc2c: [ Yaml] fixed ignored text when parsing an inlined mapping or sequence (closes #6786 )
38
+ ab0385c: [ Yaml] fixed #6773
39
+ fea20b7: [ Yaml] fixed #6770
40
+
10
41
* 2.1.7 (2013-01-17)
11
42
12
43
* e17e232: [ Yaml] fixed default value
0 commit comments