From b0b4becb1de0f868f55965584ab3743739990fd65df70c69f9a0f09eda8ca44e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 24 Nov 2025 12:26:08 +1100 Subject: [PATCH] Update changelog to add bug and CVE references --- python315.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python315.changes b/python315.changes index e2d9131..f9ca89b 100644 --- a/python315.changes +++ b/python315.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 21 02:06:55 UTC 2025 - Steve Kowalik +Mon Nov 24 01:25:48 UTC 2025 - Steve Kowalik - Update to 3.15.0~a2: * Tools/Demos @@ -20,6 +20,7 @@ Fri Nov 21 02:06:55 UTC 2025 - Steve Kowalik + gh-136063: email.message: ensure linear complexity for legacy HTTP parameters parsing. Patch by Bénédikt Tran. + gh-136065: Fix quadratic complexity in os.path.expandvars(). + (CVE-2025-6075, bsc#1252974) * Library + gh-141497: ipaddress: ensure that the methods IPv4Network.hosts() and IPv6Network.hosts() always return an iterator.