From 05b547bbbb556fbd5ea96e4bda79b5fb7a29c650 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 21 Sep 2021 17:56:46 +0200 Subject: [PATCH] Updating changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e65d2974..d41857d5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -25,6 +25,7 @@ FIX: Fix missing return value in gfxQueueFSyncPut(). FIX: Fix missing return value in gfxQueueFSyncPush(). FIX: Fix missing return value in gfxQueueFSyncInsert(). FEATURE: Adding support for FreeBSD. +FIX: Fix incorrect calls to mmap() and sem_open() in SDL2 driver (lax operating systems such as Linux & MacOS were silently tolerating these). *** Release 2.9 ***