diff options
author | David Robillard <d@drobilla.net> | 2020-12-18 17:31:18 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-18 17:39:09 +0100 |
commit | a3f425d6d2f70d31f614187453e47252bce9fc7e (patch) | |
tree | bea610c9fafc0943dd3b9776b3d4eb0809bc1dda /NEWS | |
parent | 840392eb0d7b7b81cc75955d113fe71d9684fda2 (diff) | |
download | lilv-a3f425d6d2f70d31f614187453e47252bce9fc7e.tar.gz lilv-a3f425d6d2f70d31f614187453e47252bce9fc7e.tar.bz2 lilv-a3f425d6d2f70d31f614187453e47252bce9fc7e.zip |
Windows: Fix saving state with files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ lilv (0.24.11) unstable; * Allow connecting ports to structures in Python * Fix potential memory error when joining filesystem paths + * Fix saving state with files on Windows * Fix unlikely undefined behavior when saving state * Fix writing state manifests on Windows - -- David Robillard <d@drobilla.net> Thu, 17 Dec 2020 22:05:55 +0000 + -- David Robillard <d@drobilla.net> Fri, 18 Dec 2020 16:30:48 +0000 lilv (0.24.10) stable; |