summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-28 21:56:29 +0000
committerDavid Robillard <d@drobilla.net>2011-04-28 21:56:29 +0000
commit809f5ae5999901be62f9d0cc1eb8a2d0f4806780 (patch)
tree4a2c1a7b344ec0f0a75d6a64ed1177a61822af89 /ChangeLog
parent372ad8bcac948087bbc261933e38868f533c6708 (diff)
downloadlilv-809f5ae5999901be62f9d0cc1eb8a2d0f4806780.tar.gz
lilv-809f5ae5999901be62f9d0cc1eb8a2d0f4806780.tar.bz2
lilv-809f5ae5999901be62f9d0cc1eb8a2d0f4806780.zip
Rename slv2 to lilv.
API breakage was proving too much of a hassle, and would be even further of a mess after release and packaging. Best to make a clean break now, and fix installation to support parallel installs and prevent this kind of problem in the future. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3217 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog136
1 files changed, 2 insertions, 134 deletions
diff --git a/ChangeLog b/ChangeLog
index 385cd46..e1e3f1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,136 +1,4 @@
-slv2 (UNRELEASED) unstable; urgency=low
- * Parse all files with their own URI as a base URI (allowing proper
- reference to other things in the same bundle)
- * Support relative URIs returned from lv2_descriptor in libraries
- * Remove nonsensical slv2_plugin_get_properties and slv2_plugin_get_hints
- * Remove all use of SPARQL (including API that provided SPARQL support)
- * Remove use of redland (librdf) in favour of Serd and Sord
- * Remove slv2_world_new_using_rdf_world and slv2_plugin_query_sparql
- * Remove separate i18n versions of functions and implement i18n everywhere
- * Add slv2_world_set_option for runtime configuration of SLV2 features.
- * Add SLV2_OPTION_FILTER_LANG option (to optionally disable i18n).
- * Document entire API in single header file / page.
- * Add new collections and iterator API (and deprecate index based API)
- * Remove the questionable slv2_world_get_plugins_by_filter.
- * Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
- * Switch to 2-clause BSD license.
- * *** API BREAK ***
+lilv (UNRELEASED) unstable; urgency=low
+ * Initial version (forked from SLV2)
-- David Robillard <d@drobilla.net> (UNRELEASED)
-
-slv2 (0.6.6) unstable; urgency=low
-
- * Add manual pages for utilities
- * Reduce plugin load overhead (on-demand querying with finer granularity)
- * Fix compilation on Mac OS X
-
- -- David Robillard <d@drobilla.net> Mon, 25 May 2009 23:30:49 -0400
-
-slv2 (0.6.4) unstable; urgency=low
-
- * Add generic query interface to allow arbitrary querying of data
- * Combine similar headers (reduce code duplication)
- * Upgrade to waf 1.5.6
- * Add man pages for utilities
-
- -- David Robillard <d@drobilla.net> Mon, 04 May 2009 18:11:06 -0400
-
-slv2 (0.6.3) unstable; urgency=low
-
- * Fix illegal output of slv2_value_get_turtle_token for floats.
- * Fix slv2_plugin_get_value_for_subject
- * Add test suite and coverage instrumentation
- * Upgrade to waf 1.5.1
-
- -- David Robillard <d@drobilla.net> Sat, 13 Dec 2008 14:13:43 -0500
-
-slv2 (0.6.2) unstable; urgency=high
-
- * Fix bug introduced with I18N in 0.6.1 which broke feature detection.
- * Add waf configure --no-jack option to avoid building Jack clients.
-
- -- David Robillard <d@drobilla.net> Sun, 30 Nov 2008 19:40:27 -0500
-
-slv2 (0.6.1) unstable; urgency=low
-
- * I18N support.
- * Add slv2_port_get_value (analogous to slv2_plugin_get_value).
- * Add slv2_instance_get_extension_data.
- * Fix slv2_plugin_get_supported_features (previously non-functional).
-
- -- David Robillard <d@drobilla.net> Sat, 08 Nov 2008 14:27:10 -0500
-
-slv2 (0.6.0) unstable; urgency=low
-
- * Rework API to reduce dependence of SLV2 on specific LV2 features
- * Use SLV2Value most everywhere in the API for type safety and
- performance reasons
- * Typical use case performance improvements
- * Add support for scale points
- * Use new Redland "trees" store for dramatic performance improvements
- * *** API BREAK ***
-
- -- David Robillard <d@drobilla.net> Sun, 06 Jul 2008 13:11:15 -0400
-
-slv2 (0.5.0) unstable; urgency=low
-
- * Update LV2 UI header (API break)
- * *** API BREAK ***
-
- -- David Robillard <d@drobilla.net> Thu, 17 Jan 2008 18:34:29 -0500
-
-slv2 (0.4.5) unstable; urgency=low
-
- * Fix redland librdf_free_query_results warning
- * Use "memory" store instead of "hashes" store for plugin RDF data,
- resulting in extreme speedups in some cases.
-
- -- David Robillard <d@drobilla.net> Tue, 15 Jan 2008 19:22:21 -0500
-
-slv2 (0.4.4) unstable; urgency=low
-
- * Add slv2_port_has_property
- * Add slv2_plugin_has_feature
- * Add plugin template and port signature interface for much faster plugin
- discovery with port input/output/type inspection.
-
- -- David Robillard <d@drobilla.net> Tue, 15 Jan 2008 10:43:00 -0500
-
-slv2 (0.4.3) unstable; urgency=low
-
- * Fix lv2_inspect command line handling bug (always prints help)
- * Fix case where multiple plugins are described in the same file
- (avoid port symbol clashing).
-
- -- David Robillard <d@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500
-
-slv2 (0.4.2) unstable; urgency=low
-
- * Update for LV2 specification release 1
-
- -- David Robillard <d@drobilla.net> Tue, 08 Jan 2008 20:16:56 -0500
-
-slv2 (0.4.1) unstable; urgency=low
-
- * Debian packaging (no functional changes)
-
- -- David Robillard <d@drobilla.net> Sun, 6 Jan 2008 18:39:57 -0500
-
-slv2 (0.4.0) unstable; urgency=low
-
- * Update for most recent LV2 GUI specification
- * Fix plugin detection bugs
-
- -- David Robillard <d@drobilla.net> Sun, 6 Jan 2008 17:11:18 -0500
-
-slv2 (0.3.2) unstable; urgency=low
-
- * Build man pages
-
- -- David Robillard <d@drobilla.net> Wed, 30 Nov 2007 18:19:00 -0500
-
-slv2 (0.3.1) unstable; urgency=low
-
- * Initial Debian Release.
-
- -- David Robillard <d@drobilla.net> Wed, 14 Nov 2007 22:29:49 -0500