diff options
author | David Robillard <d@drobilla.net> | 2015-08-13 23:55:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-08-13 23:55:59 +0000 |
commit | 8468b9a199358d76c2e4d1a0ef836373d5fc08cd (patch) | |
tree | 48466f2f44657b4c4e98dc67c41b96afbd89a7b5 /NEWS | |
parent | 1cf47cc42caff696f77a49dc46370718bb7755dd (diff) | |
download | lilv-8468b9a199358d76c2e4d1a0ef836373d5fc08cd.tar.gz lilv-8468b9a199358d76c2e4d1a0ef836373d5fc08cd.tar.bz2 lilv-8468b9a199358d76c2e4d1a0ef836373d5fc08cd.zip |
Fix lilv_realpath() on pre-POSIX-2008 systems.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5705 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,10 +16,11 @@ lilv (0.21.3) unstable; * Preserve absolute paths in state if no link directory is given * Fix a few minor/unlikely memory errors * Configure based on compiler target OS for cross-compilation + * Fix lilv_realpath() on pre-POSIX-2008 systems * Windows fixes (thanks John Emmas) * Minor documentation improvements - -- David Robillard <d@drobilla.net> Mon, 16 Mar 2015 03:24:05 -0400 + -- David Robillard <d@drobilla.net> Thu, 13 Aug 2015 19:55:27 -0400 lilv (0.20.0) stable; |