From 124aa67af96f6a7f3e0eb2254f3180125081821b Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 10 May 2024 09:36:57 +0200 Subject: [PATCH] Prpare 4.1.2-rc0 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a625d2d..80bf063eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.2-rc0] - 2024-05-10 +### Fixed +- configure.ac: Fix test of == to = to be POSIX comliant +- Remove use of which in favor of command -v + ## [4.1.1] - 2024-05-07 ### Fixed - Fixed inclusion of .map and .def files in release tar balls