From def887a6335cd4cfe5e99c29165ae354cdd3b21b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 29 Oct 2023 07:31:15 -0700 Subject: [PATCH 1/2] Update CHANGELOG for 6.3.7 --- CHANGELOG-6.3.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG-6.3.md b/CHANGELOG-6.3.md index f94cbb2bba9d7..b42b158c1056c 100644 --- a/CHANGELOG-6.3.md +++ b/CHANGELOG-6.3.md @@ -7,6 +7,21 @@ in 6.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/v6.3.0...v6.3.1 +* 6.3.7 (2023-10-29) + + * bug #52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (Hanmac) + * bug #52332 [Yaml] Fix deprecated passing null to trim() (javaDeveloperKid) + * bug #52343 [Intl] Update the ICU data to 74.1 (jderusse) + * bug #52347 [Form] Fix merging form data and files (ter) (Jan Pintr) + * bug #52307 [Scheduler] Save checkpoint in a finally block (FrancoisPog) + * bug #52308 [SecurityBundle] Fix missing login-link element in xsd schema (fancyweb) + * bug #51992 [Serializer] Fix using `DateIntervalNormalizer` with union types (Jeroeny) + * bug #52276 DB table locks on messenger_messages with many failures (bn-jdcook) + * bug #52232 [Messenger] declare constructor argument as optional for backwards compatibility (xabbuh) + * bug #52283 [Serializer] Handle default context when denormalizing timestamps in DateTimeNormalizer (mtarld) + * bug #52268 [Mailer][Notifier] Update Sendinblue / Brevo API host (Stephanie) + * bug #52255 [Form] Skip merging params & files if there are no files in the first place (dmaicher, priyadi) + * 6.3.6 (2023-10-21) * bug #52201 [HttpKernel] Resolve EBADP error on flock with LOCK_SH with NFS (driskell) From 3a86b030479aaf10328b79f52cfc94fe6aed4616 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 29 Oct 2023 07:31:45 -0700 Subject: [PATCH 2/2] Update VERSION for 6.3.7 --- src/Symfony/Component/HttpKernel/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index c5909e257fcf1..e568dc254d3f5 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl */ private static array $freshCache = []; - public const VERSION = '6.3.7-DEV'; + public const VERSION = '6.3.7'; public const VERSION_ID = 60307; public const MAJOR_VERSION = 6; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 7; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '01/2024'; public const END_OF_LIFE = '01/2024'; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy