diff --git a/python314.changes b/python314.changes index da22df2..71bbd59 100644 --- a/python314.changes +++ b/python314.changes @@ -4672,7 +4672,8 @@ Sat Sep 7 15:36:03 UTC 2024 - Matej Cepl now refuse to serialize (write) headers that are unsafely folded or delimited; see verify_generated_headers. (Contributed by Bas Bloemsaat and - Petr Viktorin in gh-121650.; CVE-2024-6923, bsc#1228780) + Petr Viktorin in gh-121650.; CVE-2024-6923, bsc#1228780, + bsc#1257181) - gh-121723: Make logging.config.dictConfig() accept any object implementing the Queue public API. See the queue configuration section for details. Patch by Bénédikt Tran.