github Zibri/VICE r45966u
r45966 Ubuntu 22.04

latest releases: r46111, r46111o, r46111u...
3 months ago

Changelog:

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.

------------------------------------------------------------------------
r45962 | gpz | 2026-01-26 14:54:06 +0000 (Mon, 26 Jan 2026) | 1 line

remove special case handling for directories, whatever the usecase was for this. Emit control codes for spaces right after the line number, which would otherwise be removed by the parser when tokenizing again. Spaces at the end of the line still needs to be fixed - this will require more involved rewrite :/
------------------------------------------------------------------------
r45960 | gpz | 2026-01-23 23:39:00 +0000 (Fri, 23 Jan 2026) | 1 line

improve handling of some literals, that normally don't occur in a BASIC program, when detokenizing. Remove special DATA/REM mode when tokenizing. Should fix complete round trip for many 'strange' cases
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.