summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-10 19:32:25 +0000
committerDavid Robillard <d@drobilla.net>2014-12-10 19:32:25 +0000
commit57a210d7bcf2cce9d3f5ec4ece7faf6b7a9be79d (patch)
treed4acf78998cb8f6911a54b3c31c0776e8561cd5f /NEWS
parentee7ad94720483fc24deb108441b65acf8e03f66d (diff)
downloadlilv-57a210d7bcf2cce9d3f5ec4ece7faf6b7a9be79d.tar.gz
lilv-57a210d7bcf2cce9d3f5ec4ece7faf6b7a9be79d.tar.bz2
lilv-57a210d7bcf2cce9d3f5ec4ece7faf6b7a9be79d.zip
Fix loading files with spaces in their path.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5493 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bfec21..10986ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
lilv (0.20.1) unstable;
+ * Fix loading files with spaces in their path
* Tolerate passing NULL to lilv_state_restore()
* Fix a few minor/unlikely memory errors
* Configure based on compiler target OS for cross-compilation
* Windows fixes (thanks John Emmas)
* Minor documentation improvements
- -- David Robillard <d@drobilla.net> Fri, 21 Nov 2014 20:31:50 -0500
+ -- David Robillard <d@drobilla.net> Wed, 10 Dec 2014 14:32:08 -0500
lilv (0.20.0) stable;