diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 09:25:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-17 14:40:27 -0500 |
commit | 3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3 (patch) | |
tree | ac6a9f1efc0c392f23000e3321a27eb196fe9d16 /NEWS | |
parent | dddab25a19280a13f08debbd00f99e84e54ef708 (diff) | |
download | jalv-3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3.tar.gz jalv-3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3.tar.bz2 jalv-3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3.zip |
Use fewer platform-specific APIs
The previous few commits replaced the use of various platform-specific things,
leaving mostly only POSIX, so clean up the configuration defines to require
only what's needed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ jalv (1.6.9) unstable; urgency=medium * Replace use of deprecated Gtk interfaces * Switch to external zix dependency * Use Gtk switches instead of checkboxes for toggle controls + * Use fewer platform-specific APIs * Use portable zix filesystem API - -- David Robillard <d@drobilla.net> Thu, 14 Nov 2024 18:16:02 +0000 + -- David Robillard <d@drobilla.net> Thu, 14 Nov 2024 18:26:43 +0000 jalv (1.6.8) stable; urgency=medium |