8000 Release v2.3.37 by fabpot · Pull Request #17362 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v2.3.37 #17362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 14, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated CHANGELOG for 2.3.37
  • Loading branch information
fabpot committed Jan 14, 2016
commit 1cd8aa1605b53b0bbea8f73ec5898ee7ca366b8a
15 changes: 15 additions & 0 deletions CHANGELOG-2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ in 2.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1

* 2.3.37 (2016-01-14)

* security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)
* bug #17326 [Console] Display console application name even when no version set (polc)
* bug #17140 [Serializer] Remove normalizer cache in Serializer class (jvasseur)
* bug #17307 [FrameworkBundle] Fix paths with % in it (like urlencoded) (scaytrase)
* bug #17078 [Bridge] [Doctrine] [Validator] Added support \IteratorAggregate for UniqueEntityValidator (Disparity)
* bug #17287 [HttpKernel] Forcing string comparison on query parameters sort in UriSigner (Tim van Densen)
* bug #17278 [FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
* bug #17276 [Process] Fix potential race condition (nicolas-grekas)
* bug #17183 [FrameworkBundle] Set the kernel.name properly after a cache warmup (jakzal)
* bug #17159 [Yaml] recognize when a block scalar is left (xabbuh)
* bug #17195 bug #14246 [Filesystem] dumpFile() non atomic (Hidde Boomsma)
* bug #17177 [Process] Fix potential race condition leading to transient tests (nicolas-grekas)

* 2.3.36 (2015-12-26)

* bug #16864 [Yaml] fix indented line handling in folded blocks (xabbuh)
Expand Down
0