From 0dbcb45d288ededad54d32a57ba40e50d86093cb Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Mon, 15 Apr 2024 14:49:14 +0200 Subject: [PATCH] =?UTF-8?q?Changelog=20entry=20for=20#1049:=20-=20Merge=20?= =?UTF-8?q?#1049=20from=20Petr=20Men=C5=A1=C3=ADk:=20Py=5FNoSiteFlag=20is?= =?UTF-8?q?=20not=20needed=20since=20=20=20Python=203.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 328433870..ecb91f28a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,10 @@ - Fix #1048: Update ax_pkg_swig.m4 and ax_pthread.m4. - Fix configure, autoconf for #1048. +15 April 2024: Yorgos + - Merge #1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + 12 April 2024: Wouter - Fix cachedb for serve-expired with serve-expired-client-timeout. - Fixup unit test for cachedb server expired client timeout with