8000 updated CHANGELOG for 2.0.6 · alexpott/symfony@3b68615 · GitHub
[go: up one dir, main page]

Sk 8000 ip to content

Commit 3b68615

Browse files
committed
updated CHANGELOG for 2.0.6
1 parent 7af5f59 commit 3b68615

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG-2.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ in 2.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
99

10+
* 2.0.6 (2011-11-16)
11+
12+
* f7c5bf1: [HttpKernel] fixed Content-Length header when using ESI tags (closes #2623)
13+
* d67fbe9: [HttpFoundation] added an exception to MimeTypeGuesser::guess() when no guesser are available (closes #2636)
14+
* 0462a89: [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (closes #2637)
15+
* 24dcd0f: [DoctrineBundle] added missing default parameters, needed to setup and use DBAL without ORM
16+
* 462580c: [Form] Check for normal integers. refs 0427b126c15a0a27cd7033375e30371ae6a4e516
17+
* bb5fb79: changed the way we store the current ob level (refs #2617)
18+
* fb0fffe: [Validator] fixed a unit test for PHP 5.4 (closes #2585)
19+
* 7cba0a0: Also identify FirePHP by the X-FirePHP-Version header
20+
* ed1a6c2: [TwigBundle] Do not clean output buffering below initial level
21+
* e83e00a: Fixed rendering of FileType (value is not a valid attribute for input[type=file])
22+
* 8351a11: Added check for array fields to be integers in reverseTransform method. This prevents checkdate from getting strings as arguments and throwing incorrect ErrorException when submitting form with malformed (string) data in, for example, Date field. #2609
23+
* 45b218e: [Translation] added detection for circular references when adding a fallback catalogue
24+
* a245e15: [DomCrawler] trim URI in getURI
25+
* 9d2ab9c: [Doctrine] fixed security user reloading when the user has been changed via a form with validation errors (closes #2033)
26+
* d789f94: Serializer#normalize gives precedence to objects that support normalization
27+
* 57b7daf: [Security] Fix checkRequestPath doc; closes #2323
28+
* b33198f: fixed CodeHelper::formatFileFromText() method to allow " as a file wrapper (it occurs for the main exception message)
29+
* c31c512: [FrameworkBundle] fixed output buffering when an error occurs in a sub-request
30+
* 380c67e: [FrameworkBundle] fixed HttpKernel when the app is stateless
31+
* 95a1902: [Finder] bypassed some code when possible
32+
* 957690c: fixing WebTastCase when kernel is not found and improving exception message
33+
* dbba796: [Yaml] fixed dumper for floats when the locale separator is not a dot
34+
* f9befb6: Remove only the security token instead of the session cookie.
35+
* 348bccb: Clear session cookie if user was deleted, is disabled or locked to prevent infinite redirect loops to the login path (fixes #1798).
36+
* 89cd64a: Set error code when number cannot be parsed. Fixes #2389
37+
* c9d05d7: Let NumberFormatter handle integer type casting
38+
39+
1040
* 2.0.5 (2011-11-02)
1141

1242
* c5e2def: Fix ternary operator usage in RequestMatcher::checkIpv6()

0 commit comments

Comments
 (0)
0