Re: [hatari-devel] Fixing some STE sound issue and doing 2.4.1 release |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 2.8.2022 15.08, Thomas Huth wrote:
On 02/08/2022 14.02, Nicolas Pomarède wrote:
now that all known memory leaks have been fixed (expect the SDL ones),
are there any remaining issues or changes to be done before releasing
2.4.1 ?
At least I don't have anything left.
I don't have anything left either.
I had another look at the XaAES+MMU
problem at the weekend, but I really can't figure it out ... but since
it's quite nonrelevant for most users, it's also not so important, thus
please go ahead and release 2.4.1 now.
Your CI stuff seems to have passed, so everything seems fine.
Btw. I checked distro patches for v2.4.0 release, and only weird changes
were in Gentoo:
https://gitweb.gentoo.org/repo/gentoo.git/tree/games-emulation/hatari/hatari-2.4.0.ebuild#n53
Why the heck they change gzipped manuals to non-compressed ones, and
want to use another name from the tool dosfstools package provides:
-------------------------------------
$ dpkg -L dosfstools | grep /sbin/*mk | xargs ls -l
lrwxrwxrwx 1 root root 8 helmi 8 2021 /sbin/mkdosfs -> mkfs.fat
-rwxr-xr-x 1 root root 64272 helmi 8 2021 /sbin/mkfs.fat
lrwxrwxrwx 1 root root 8 helmi 8 2021 /sbin/mkfs.msdos -> mkfs.fat
lrwxrwxrwx 1 root root 8 helmi 8 2021 /sbin/mkfs.vfat -> mkfs.fat
-------------------------------------
?
- Eero