| Re: [hatari-devel] Preparing Hatari 2.5 for release | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Preparing Hatari 2.5 for release
- From: Bob Carpenter <hatari@xxxxxxxxxx>
- Date: Sat, 9 Mar 2024 11:26:02 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ripon89.us; h=cc	:content-transfer-encoding:content-type:content-type:date:date	:from:from:in-reply-to:in-reply-to:message-id:mime-version	:references:reply-to:subject:subject:to:to; s=fm2; t=1710008774;	 x=1710095174; bh=8ldikyZUocB9pwrywD1YjGMtZ62rWlyPINHKaJOo/xY=; b=	dv2Mp9gJPvJYiqUsAXK8ibIolLEnsUVNK748aS+WASymxB/1en/ShssFt01LpPVF	FYU67VhdvI4S9/i2sb5PJL8wwJI4k2MNLM405BEr1zIF+5FS7j8Ey3e4LRC7eHN0	W91qnqnHzGxzQ9vw4qvdHAkjuZpVfMvZW56EMdlMnKpc5SC0PYCN1hn7Wc/U97WH	kQlVy1rfhn4R6MUPCSwDuQP4l71+e0WWFS3GgiKcvFSJBcoTr0Qd4OwDPjheOui1	XxzAzbOhNp5IzXzKggd01cvW749boD5aeuMh38i62nc5ADSndRY29ungZEUqzNMt	nRAm4Plwkwu0Udx/gFSDTw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=	messagingengine.com; h=cc:content-transfer-encoding:content-type	:content-type:date:date:feedback-id:feedback-id:from:from	:in-reply-to:in-reply-to:message-id:mime-version:references	:reply-to:subject:subject:to:to:x-me-proxy:x-me-proxy	:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1710008774; x=	1710095174; bh=8ldikyZUocB9pwrywD1YjGMtZ62rWlyPINHKaJOo/xY=; b=U	LeCtpPmlHapF8MUYhkonUfvHNvjS+g47hJRcH9X3CBY0RAHKqUcdjk9W4QLsY5O+	bOocRIhljj74vhwEn8CIvjBjKFQnYqHhmgiI/u5jp5CFSWnrSo7yQQw1nEl0+mKZ	UNIRcKzkk25/s4rvhfjFMdk8XaSrLSNkSD+ezX8xkRt1+cT5Vf9t5YbMQ+ZBK/4j	DDh4RGkg4ClGtZQzWAhSFKmQeclSp0jVy09trjJCs2LtPuSlBjVSsjXj3HrmWnUe	XXx7WgSuqBUYaptQM8Zxqv8DXyAaQTEJzNWljd6/2MOpWIhuZecEhyW5iVuNGf3l	Ro+JfFd1DV4kf2gnPYUmA==
- Feedback-id: i553146f9:Fastmail
I would change the release notes to let Mac users know that they are unable to run IPF files with this release. Since the CAPS library is not a universal binary, it could not be included. I do not think most Mac users will care since I think very few have IPF files. I had to try very hard to find any of them. I think the MIDI fixes and other general fixes (along with the ability to continue providing a macOS binary) outweigh the loss of running IPF files.
Bob C
> On Mar 9, 2024, at 2:28 AM, Nicolas Pomarède <npomarede@xxxxxxxxxxxx> wrote:
> 
> Le 09/03/2024 à 10:20, Thomas Huth a écrit :
>> Am Wed, 6 Mar 2024 13:16:08 +0100
>> schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
>>> For other, can you tell if you have some things to complete too before
>>> the release ?
>> By the way, when compiling with Clang, there is still this one compiler
>> warning left:
>> src/cpu/gencpu.c:2860:27: warning: variable 'ws' set but not used
>>  [-Wunused-but-set-variable]
>>         int h = 0, t = 0, c = 0, ws = 0;
>>                                  ^
>> Should we try to get that fixed before the release?
> 
> Hi
> 
> if that's just a warning a compilation goes on, I'd rather leave it that way until it's changed in WinUAE.
> 
> Nicolas
> 
>