Skip to content

Commit d1d97bc

Browse files
committed
Merge pull request #16356 from fabpot/release-2.3.34
released v2.3.34
2 parents 95ff0bc + 3a8e49d commit d1d97bc

File tree

3 files changed

+97
-38
lines changed

3 files changed

+97
-38
lines changed

CHANGELOG-2.3.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 2.3 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.3.0...v2.3.1
99

10+
* 2.3.34 (2015-10-27)
11+
12+
* bug #16288 [Process] Inherit env vars by default in PhpProcess (nicolas-grekas)
13+
* bug #16302 [DoctrineBridge] Fix required guess of boolean fields (enumag)
14+
* bug #16177 [HttpFoundation] Fixes /0 subnet handling in IpUtils (ultrafez)
15+
* bug #16259 [Validator] Allow an empty path in a URL with only a fragment or a query (jakzal)
16+
* bug #16226 [filesystem] makeRelativePath does not work correctly from root (jaytaph, fabpot)
17+
* bug #16182 [Process] Workaround buggy PHP warning (cbj4074)
18+
* bug #16095 [Console] Add additional ways to detect OS400 platform (johnkary)
19+
* bug #15793 [Yaml] Allow tabs before comments at the end of a line (superdav42)
20+
* bug #16152 Fix URL validator failure with empty string (fabpot, bocharsky-bw)
21+
* bug #15121 fixed #15118 [Filesystem] mirroring a symlink copies absolute file path (danepowell)
22+
* bug #15161 avoid duplicated path with addPrefix (remicollet)
23+
* bug #16133 compatibility with Security component split (xabbuh)
24+
* bug #16123 Command list ordering fix (spdionis, fabpot)
25+
* bug #14842 [Security][bugfix] "Remember me" cookie cleared on logout with custom "secure"/"httponly" config options (MacDada)
26+
* bug #13627 [Security] InMemoryUserProvider now concerns whether user's password is changed when refreshing (issei-m)
27+
* bug #16090 Fix PropertyAccessor modifying array in object when array key does no… (pierredup)
28+
* bug #16111 Throw exception if tempnam returns false in ProcessPipes (pierredup)
29+
* bug #16053 [Console] use PHP_OS instead of php_uname('s') (xabbuh)
30+
* bug #15860 [Yaml] Fix improper comments removal (ogizanagi)
31+
* bug #16050 [TwigBundle] fix useless and failing test (Tobion)
32+
* bug #15482 [Yaml] Improve newline handling in folded scalar blocks (teohhanhui)
33+
* bug #15976 [Console] do not make the getHelp() method smart (xabbuh)
34+
* bug #15799 [HttpFoundation] NativeSessionStorage `regenerate` method wrongly sets storage as started (iambrosi)
35+
* bug #15533 [Console] Fix input validation when required arguments are missing (jakzal)
36+
* bug #15915 Detect Mintty for color support on Windows (stof)
37+
* bug #15906 Forbid serializing a Crawler (stof)
38+
* bug #15682 [Form] Added exception when setAutoInitialize() is called when locked (jaytaph)
39+
* bug #15846 [FrameworkBundle] Advanced search templates of bundles (yethee)
40+
* bug #15895 [Security] Allow user providers to be defined in many files (lyrixx)
41+
1042
* 2.3.33 (2015-09-25)
1143

1244
* bug #15821 [EventDispatcher] fix memory leak in getListeners (Tobion)

0 commit comments

Comments
 (0)