From a39dc1beed026fc7c740c4c6f33f30ae1ca7870d Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 16 May 2023 20:12:53 +0300 Subject: [PATCH] 5000b11 --- od-win32/win32.h | 4 ++-- od-win32/winuaechangelog.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index b80c4139..4d347bc9 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -25,13 +25,13 @@ #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2023, 5, 14) +#define WINUAEDATE MAKEBD(2023, 5, 16) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") #ifndef WINUAEEXTRA -#define WINUAEEXTRA _T("") +#define WINUAEEXTRA _T("RC3") #endif #ifndef WINUAEREV #define WINUAEREV _T("") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index 9e89761b..c41d209a 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,4 +1,12 @@ +Beta 11: (RC3) + +- jit_blacklist config entry parsing out of bounds array access fix. +- Sprite buffer size was reduced too much (4.10.1), Big time sensuality / Axis buffer overflow. +- Debugger H history with DMA debugger data improved formatting. DMA debugger data was from previous field in some situations. (Wrong frame counter variable used to keep track of current and previous field) +- Systray icon -> Floppy drives: DF1, DF2 and DF3 selected image from DF0:. Probably has been broken since it was introduced.. +- RC tag is back, easier to keep track of versions. Beta tag is removed because it makes some functional differences (beta dialog etc..). + Beta 10: (RC2) - On the fly gameports panel autofire mode setting change (for example using uae-configuration or executing custom event) was not supported. -- 2.47.3