@@ -7,6 +7,46 @@ in 2.1 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.1.0...v2.1.1
99
10+ * 2.1.6 (2012-12-21)
11+
12+ * b8e5689: [ FrameworkBundle] fixed ESI calls
13+ * ce536cd: [ FrameworkBundle] fixed ESI calls
14+
15+ * 2.1.5 (2012-12-20)
16+
17+ * 532cc9a: [ FrameworkBundle] added support for URIs as an argument to HttpKernel::render()
18+ * 1f8c501: [ FrameworkBundle] restricted the type of controllers that can be executed by InternalController
19+ * 2cd43da: [ Process] Allow non-blocking start with PhpProcess
20+ * 8b2c17f: fix double-decoding in the routing system
21+ * 098b593: [ Session] Added exception to save method
22+ * ad29df5: [ Form] Fixed DateTimeToStringTransformer parsing on PHP < 5.3.8
23+ * 773d818: [ FrameworkBundle] Added a check on file mime type for CodeHelper::fileExcerpt()
24+ * f24e3d7: [ HttpKernel] Revise MongoDbProfilerStorage::write() return value
25+ * 78c5273: [ Session] Document Mongo|MongoClient argument type instead of "object"
26+ * de19a81: [ HttpKernel] Support MongoClient and Mongo connection classes
27+ * b28af77: [ Session] Support MongoClient and Mongo connection classes
28+ * 20e93bf: [ Session] Utilize MongoDB::selectCollection()
29+ * b20c5ca: [ Form] Fixed reverse transformation of values in DateTimeToStringTransformer
30+ * d2231d8: [ Console] Add support for parsing terminal width/height on localized windows, fixes #5742
31+ * 03b880f: [ Form] Fixed treatment of countables and traversables in Form::isEmpty()
32+ * 21a59ca: [ Form] Fixed FileType not to throw an exception when bound empty
33+ * eac14b5: Check if key # is defined in $value
34+ * a0e2391: [ FrameworkBundle] used the new method for trusted proxies
35+ * d6a402a: [ Security] fixed path info encoding (closes #6040 , closes #5695 )
36+ * 47dfb9c: [ HttpFoundation] added some tests for the previous merge and removed dead code (closes #6037 )
37+ * 1ab4923: Improved Cache-Control header when no-cache is sent
38+ * 4e909bd: Fix to allow null values in labels array
39+ * 9e46819: Fixed: HeaderBag::parseCacheControl() not parsing quoted zero correctly
40+ * 8bb3208: [ Config] Loader::import must return imported data
41+ * ca5d9ac: [ DoctrineBridge] Fixed caching in DoctrineType when "choices" or "preferred_choices" is passed
42+ * 6e7e08f: [ Form] Fixed the default value of "format" in DateType to DateType::DEFAULT_FORMAT if "widget" is not "single_text"
43+ * 447ff91: [ HttpFoundation] changed UploadedFile::move() to use move_uploaded_file() when possible (closes #5878 , closes #6185 )
44+ * 0489799: [ HttpFoundation] added a check for the host header value
45+ * b604eb7: [ DoctrineBridge] Improved performance of the EntityType when used with the "query_builder" option
46+ * 99321cb: [ DoctrineBridge] Fixed: Exception is thrown if the entity class is not known to Doctrine
47+ * 2ed30e7: Fixed DefaultValue for session.auto_start in NodeDefinition
48+ * ae3d531: [ TwigBundle] Moved the registration of the app global to the environment
49+
1050* 2.1.4 (2012-11-29)
1151
1252 * e5536f0: replaced magic strings by proper constants
0 commit comments