8000 updated CHANGELOG for 2.2.2 · symfony/symfony@b9ca806 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9ca806

Browse files
committed
updated CHANGELOG for 2.2.2
1 parent 93585f6 commit b9ca806

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

CHANGELOG-2.2.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,71 @@ in 2.2 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.2.0...v2.2.1
99

10+
* 2.2.2 (2013-06-02)
11+
12+
* 2038329: [Form] [Validator] Fixed post_max_size = 0 bug (Issue #8065)
13+
* 169c0b9: [Finder] Fix iteration fails with non-rewindable streams
14+
* 45b68e0: [Finder] Fix unexpected duplicate sub path related AppendIterator issue
15+
* 5321600: Fixed two bugs in HttpCache
16+
* 5c317b7: [Console] fix and refactor exit code handling
17+
* 1469953: [CssSelector] Fix :nth-last-child() translation
18+
* 91b8490: Fix Crawler::children() to not trigger a notice for childless node
19+
* 0a4837d: Fixed XML syntax.
20+
* a5441b2: Fixed parsing of leading blank lines in folded scalars. Closes #7989.
21+
* ef87ba7: [Form] Fixed a method name.
22+
* e8d5d16: Fixed Loader import
23+
* 60edc58: Fixed fatal error in normalize/denormalizeObject.
24+
* 05b987f: [Process] Cleanup tests & prevent assertion that kills randomly Travis-CI
25+
* e4913f8: [Filesystem] Fix regression introduced in 10dea948
26+
* 5b7e1e6: added a missing check for the provider key
27+
* b0e3ea5: [Validator] fixed wrong URL for XSD
28+
* 59b78c7: [Validator] Fixed: $traverse and $deep is passed to the visitor from Validator::validate()
29+
* bcb5400: [Form] Fixed transform()/reverseTransform() to always throw TransformationFailedExceptions
30+
* 7b2ebbf: [Form] Fixed: String validation groups are never interpreted as callbacks
31+
* 0610750: if the repository method returns an array ensure that it's internal poin...
32+
* dcced01: [Form] Improved multi-byte handling of NumberToLocalizedStringTransformer
33+
* 2b554d7: remove validation related headers when needed
34+
* 2a531d7: Fix getPort() returning 80 instead of 443 when X-FORWARDED-PROTO is set to https
35+
* 10dea94: [Filesystem] copy() is not working when open_basedir is set
36+
* 8757ad4: [Process] Fix #5594 : `termsig` must be used instead of `stopsig` in exceptions when a process is signaled
37+
* be34917: [Console] find command even if its name is a namespace too (closes #7860)
38+
* 3c97004: Reset all catalogues when adding resource to fallback locale (#7715, #7819)
39+
* 0fb35a4: Added reloading of fallback catalogues when calling addResource() (#7715)
40+
* 9e49bc8: Re-added context information to log list
41+
* 06e21ff: Filesystem::touch() not working with different owners (utime/atime issue)
42+
* d98118a: [Config] #7644 add tests for passing number looking attributes as strings
43+
* 36d057b: [HttpFoundation][BrowserKit] fixed path when converting a cookie to a string
44+
* 495d0e3: [HttpFoundation] fixed empty domain= in Cookie::__toString()
45+
* c2bc707: fixed detection of secure cookies received over https
46+
* af819a7: [2.2] Pass ESI header to subrequests
47+
* 54bcf5c: [Translator] added additional conversion for encodings other than utf-8
48+
* 67b5797: fixed source messages to accept pluralized messages [Validator][translation][japanese] add messages for new validator
49+
* 8a434ed: fix a DI circular reference recognition bug
50+
* 22bf965: [DependencyInjection] fixed wrong exception class
51+
* 5abf887: Fix default value handling for multi-value options
52+
* da156d3: fix overwriting of request's locale if attribute _locale is missing
53+
* 1adbe3c: [HttpKernel] truncate profiler token to 6 chars (see #7665)
54+
* d552e4c: [HttpFoundation] do not use server variable PATH_INFO because it is already decoded and thus symfony is fragile to double encoding of the path
55+
* 4c51ec7: Fix download over SSL using IE < 8 and binary file response
56+
* 46909fa: [Console] Fix merging of application definition, fixes #7068, replaces #7158
57+
* 972bde7: [HttpKernel] fixed the Kernel when the ClassLoader component is not available (closes #7406)
58+
* f163226: fixed output of bag values
59+
* 047212a: [Yaml] fixed handling an empty value
60+
* 94a9cdc: [Routing][XML Loader] Add a possibility to set a default value to null
61+
* 302d44f: [Console] fixed handling of "0" input on ask
62+
* 383a84b: fixed handling of "0" input on ask
63+
* 0f0c29c: [HttpFoundation] Fixed bug in key searching for NamespacedAttributeBag
64+
* 7fc429f: [Form] DateTimeToRfc3339Transformer use proper transformation exteption in reverse transformation
65+
* 9fcd2f6: [HttpFoundation] fixed the creation of sub-requests under some circumstances for IIS
66+
* 8a9e898: Fix finding ACLs from ObjectIdentity's with different types
67+
* a3826ab: #7531: [HttpKernel][Config] FileLocator adds NULL as global resource path
68+
* 9d71ebe: Fix autocompletion of command names when namespaces conflict
69+
* bec8ff1: Fix timeout in Process::stop method
70+
* 3780fdb: Fix Process timeout
71+
* 99256e4: [HttpKernel] Remove args from 5.3 stack traces to avoid filling log files, fixes #7259
72+
* e8cae94: fix overwriting of request's locale if attribute _locale is missing
73+
* c4da2d9: [HttpFoundation] getClientIp is fixed.
74+
1075
* 2.2.1 (2013-04-06)
1176

1277
* 751abe1: Doctrine cannot handle bare random non-utf8 strings

0 commit comments

Comments
 (0)
0