@@ -7,6 +7,31 @@ in 2.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
9
9
10
+ * 2.3.39 (2016-03-13)
11
+
12
+ * bug #18080 [ HttpFoundation] Set the Content-Range header if the requested Range is unsatisfied (jakzal)
13
+ * bug #18084 [ HttpFoundation] Avoid warnings when checking malicious IPs (jakzal)
14
+ * bug #18048 [ HttpKernel] Fix mem usage when stripping the prod container (nicolas-grekas)
15
+ * bug #18065 [ Finder] Partially revert #17134 to fix a regression (jakzal)
16
+ * bug #18018 [ HttpFoundation] exception when registering bags for started sessions (xabbuh)
17
+ * bug #18054 [ Filesystem] Fix false positive in ->remove() (nicolas-grekas)
18
+ * bug #18049 [ Validator] Fix the locale validator so it treats a locale alias as a valid locale (jakzal)
19
+ * bug #18019 [ Intl] Update ICU to version 55 (jakzal)
20
+ * bug #16656 [ HttpFoundation] automatically generate safe fallback filename (xabbuh)
21
+ * bug #15794 [ Console] default to stderr in the console helpers (alcohol)
22
+ * bug #17984 Allow to normalize \Traversable when serializing xml (Ener-Getick)
23
+ * bug #17434 Improved the error message when a template is not found (rvanginneken, javiereguiluz)
24
+ * bug #17894 [ FrameworkBundle] Fix a regression in handling absolute template paths (jakzal)
25
+ * bug #17595 [ HttpKernel] Remove _ path from query parameters when fragment is a subrequest (cmenning)
26
+ * bug #17986 [ DomCrawler] Dont use LIBXML_PARSEHUGE by default (nicolas-grekas)
27
+ * bug #17668 add 'guid' to list of exception to filter out (garak)
28
+ * bug #17615 Ensure backend
6C42
slashes for symlinks on Windows systems (cpsitgmbh)
29
+ * bug #17626 Try to delete broken symlinks (IchHabRecht)
30
+ * bug #17978 [ Yaml] ensure dump indentation to be greather than zero (xabbuh)
31
+ * bug #17976 [ WebProfilerBundle] fix debug toolbar rendering by removing inadvertently added links (craue)
32
+ * bug #17971 Variadic controller params (NiR-, fabpot)
33
+ * bug #17925 [ Bridge] The WebProcessor now forwards the client IP (magnetik)
34
+
10
35
* 2.3.38 (2016-02-28)
11
36
12
37
* bug #17947 Fix - #17676 (backport #17919 to 2.3) (Ocramius)
0 commit comments