From 30e6057722058cb85c292dcb7b77760ad6410d4e Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 17 May 2024 10:05:18 +0200 Subject: [PATCH] Prepare 4.1.3 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a7066dd..729129642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) +## [4.1.3] - 2024-05-17 +### Fixed +- Fix name collisions during dlopen() on some linkers + ## [4.1.2] - 2024-05-14 ### Fixed - configure.ac: Fix test of == to = to be POSIX comliant