Skip to content

Commit 4e44295

Browse files
committed
updated CHANGELOG for 2.3.35
1 parent f95078c commit 4e44295

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG-2.3.md

+19
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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.35 (2015-11-23)
11+
12+
* security #16631 CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature (xabbuh)
13+
* security #16630 CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service (xabbuh)
14+
* bug #16588 Sent out a status text for unknown HTTP headers. (dawehner)
15+
* bug #16295 [DependencyInjection] Unescape parameters for all types of injection (Nicofuma)
16+
* bug #16574 [Process] Fix PhpProcess with phpdbg runtime (nicolas-grekas)
17+
* bug #16352 Fix the server variables in the router_*.php files (leofeyer)
18+
* bug #16537 [Validator] Allow an empty path with a non empty fragment or a query (jakzal)
19+
* bug #16528 [Translation] Add support for Armenian pluralization. (marcosdsanchez)
20+
* bug #16510 [Process] fix Proccess run with pts enabled (ewgRa)
21+
* bug #16292 fix race condition at mkdir (#16258) (ewgRa)
22+
* bug #16462 [PropertyAccess] Fix dynamic property accessing. (dunglas)
23+
* bug #16294 [PropertyAccess] Major performance improvement (dunglas)
24+
* bug #16331 fixed Twig deprecation notices (fabpot)
25+
* bug #16306 [DoctrineBridge] Fix issue which prevent the profiler to explain a query (Baachi)
26+
* bug #16359 Use mb_detect_encoding with $strict = true (nicolas-grekas)
27+
* bug #16144 [Security] don't allow to install the split Security packages (xabbuh)
28+
1029
* 2.3.34 (2015-10-27)
1130

1231
* bug #16288 [Process] Inherit env vars by default in PhpProcess (nicolas-grekas)

0 commit comments

Comments
 (0)