summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-07 18:25:01 +0000
committerDavid Robillard <d@drobilla.net>2015-10-07 18:25:01 +0000
commit2849229ebfb818fb867cd2fb327a8fb66be30723 (patch)
tree91093ef1a46aaf3ea331e8a07376aa716ac30ca9 /NEWS
parent27c4df1b72eca00ec9519e9fbdc2110dfa07a07b (diff)
downloadlilv-2849229ebfb818fb867cd2fb327a8fb66be30723.tar.gz
lilv-2849229ebfb818fb867cd2fb327a8fb66be30723.tar.bz2
lilv-2849229ebfb818fb867cd2fb327a8fb66be30723.zip
Fix directory walking on some systems
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5750 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 9b8567c..4dd6af7 100644
--- a/NEWS
+++ b/NEWS
@@ -18,11 +18,12 @@ lilv (0.21.5) unstable;
* Fix a few minor/unlikely memory errors
* Configure based on compiler target OS for cross-compilation
* Fix lilv_realpath() on pre-POSIX-2008 systems
+ * Fix directory walking on some systems (thanks Matt Fischer)
* Windows fixes (thanks John Emmas)
* Minor documentation improvements
* Upgrade to waf 1.8.14
- -- David Robillard <d@drobilla.net> Fri, 02 Oct 2015 20:55:32 -0400
+ -- David Robillard <d@drobilla.net> Wed, 07 Oct 2015 14:24:51 -0400
lilv (0.20.0) stable;