summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-08-14 00:57:09 +0000
committerDavid Robillard <d@drobilla.net>2015-08-14 00:57:09 +0000
commitd3fff833545e4c912e8c5517818f9f6f225c0df8 (patch)
treebfad57841cf817a02a8c6bcdbdc2363c3357d753 /NEWS
parent8468b9a199358d76c2e4d1a0ef836373d5fc08cd (diff)
downloadlilv-d3fff833545e4c912e8c5517818f9f6f225c0df8.tar.gz
lilv-d3fff833545e4c912e8c5517818f9f6f225c0df8.tar.bz2
lilv-d3fff833545e4c912e8c5517818f9f6f225c0df8.zip
Add lilv_free() for systems picky about such things.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5706 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2b05a30..12da771 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-lilv (0.21.3) unstable;
+lilv (0.21.5) unstable;
* Fix loading files with spaces in their path
* Add lilv_file_uri_parse() for correct URI to path conversion
@@ -6,6 +6,7 @@ lilv (0.21.3) unstable;
* Add lilv_state_emit_port_values() for special port value handling
* Add lilv_state_get_uri()
* Add lilv_state_delete() for deleting user saved presets
+ * Add lilv_free() for systems picky about such things
* Fix lilv_world_ask() to work with wildcards
* Fix creation of duplicate manifest entries when saving state
* Fix bindings for Python 3
@@ -20,7 +21,7 @@ lilv (0.21.3) unstable;
* Windows fixes (thanks John Emmas)
* Minor documentation improvements
- -- David Robillard <d@drobilla.net> Thu, 13 Aug 2015 19:55:27 -0400
+ -- David Robillard <d@drobilla.net> Thu, 13 Aug 2015 20:30:04 -0400
lilv (0.20.0) stable;