From 12bc736122087487a4588718486c3b38b06fde3d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 19 May 2024 16:01:37 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 1e88010dd..20a575ed6 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -411,8 +411,7 @@ Compatibility notes: Change Log ========== - -Version 1.4.0b2 (2024-03-31) +Version 1.4.0xx (2024-05-20) ---------------------------- For upgrade and compatibility hints, please also read the section "Upgrade Notes" @@ -420,6 +419,29 @@ above. Fixes: +- setup.py: fix import error reporting for cythonize import, #8208 +- setup.py: detect noexec build fs issue, #8208 + +Other changes: + +- changed insufficiently reserved length for log message, #8152 +- docs: + + - use python 3.9 in cygwin install docs, fixes #8196 + - recreate: remove experimental status +- github CI: fix PKG_CONFIG_PATH for openssl 3.0 +- vagrant: + + - use Cython 3.0.10 + - add a ubuntu noble (24.04) VM + - drop buster VM, fixes #8171 + + +Version 1.4.0b2 (2024-03-31) +---------------------------- + +Fixes: + - check: fix return code for index entry value discrepancies - benchmark: inherit options --rsh --remote-path, #8099 - sdist: dynamically compute readme (long_description)