aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 09:25:49 -0500
committerDavid Robillard <d@drobilla.net>2024-11-17 14:40:27 -0500
commit3fdc8055b8c40b20c1fdd0cd27c954effd3fd0c3 (patch)
treeac6a9f1efc0c392f23000e3321a27eb196fe9d16 /NEWS
parentdddab25a19280a13f08debbd00f99e84e54ef708 (diff)
downloadjalv-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--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee5a3c2..cebc20c 100644
--- a/NEWS
+++ b/NEWS
@@ -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