summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 13:19:54 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 20:03:48 -0500
commit8366ebd3a153b25273176c75f4623d7a592144c5 (patch)
treed953a42ba47d85fe3b6095ab93aa91cce9111e4b /NEWS
parent8ef53b017d085a36bab7580111b8169ae07a0666 (diff)
downloadlilv-8366ebd3a153b25273176c75f4623d7a592144c5.tar.gz
lilv-8366ebd3a153b25273176c75f4623d7a592144c5.tar.bz2
lilv-8366ebd3a153b25273176c75f4623d7a592144c5.zip
Use zix_expand_environment_strings()
The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2a9424a..220f4b3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ lilv (0.24.25) unstable; urgency=medium
* Fix library current_version on MacOS
* Fix test suite when TMPDIR has no trailing slash
* Improve const correctness
+ * Replace more platform-specific code with use of zix
- -- David Robillard <d@drobilla.net> Sun, 06 Oct 2024 18:27:31 +0000
+ -- David Robillard <d@drobilla.net> Mon, 25 Nov 2024 01:02:40 +0000
lilv (0.24.24) stable; urgency=medium