github Zibri/VICE r45969o
r45969 OpenSUSE TumbleWeed

latest releases: r46118, r46118o, r46118u...
3 months ago

Changelog:

r45969 | gpz | 2026-02-15 20:46:31 +0000 (Sun, 15 Feb 2026) | 1 line

actually ignore T-WA, T-WD and T-WB (and report OK) instead of erroring out
------------------------------------------------------------------------
r45968 | gpz | 2026-02-15 20:32:15 +0000 (Sun, 15 Feb 2026) | 1 line

fix range check for lowercase letters
------------------------------------------------------------------------
r45966 | compyx | 2026-02-05 11:24:51 +0000 (Thu, 05 Feb 2026) | 5 lines

Buildsystem: update configure to check for curl >= 7.66.0

Since the WiC64 uses `curl_multi_poll()`, we need to tighten the libcurl
check to include the minimum version number required (7.66.0).

------------------------------------------------------------------------
r45965 | gpz | 2026-02-04 18:52:31 +0000 (Wed, 04 Feb 2026) | 1 line

do not try to read the ffmpeg console output on Windows - it doesn't work for some reason. Makes capturing using ffmpeg work again
------------------------------------------------------------------------
r45964 | compyx | 2026-02-03 10:59:01 +0000 (Tue, 03 Feb 2026) | 10 lines

Gtk3: Fix bug with `--with-mpg123 --without-libcurl`

Enabling mpg123 and disabling libcurl triggered a bug in the userport settings
code: the "funmp3" widget code was contained within a `#ifdef HAVE_LIBCURL`
guard, while the call to `create_funmp3dir_widget()` wasn't inside such a guard,
leading to bug #2200.

Since the funmp3 code doesn't appear to use libcurl, I've moved the widget code
outside the `HAVE_LIBCURL` guard, which solves the bug.

------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.