summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 01:04:36 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 01:04:36 +0000
commit6b564aa8e7f27e93212dc8d695a9bae35efe83e6 (patch)
tree6bd730fc0d8264fc6a05efa9d7f7aecad5b9549f /ChangeLog
parentd5059663078f6e2191abb205e5c571d1bbc0c21e (diff)
downloadlilv-6b564aa8e7f27e93212dc8d695a9bae35efe83e6.tar.gz
lilv-6b564aa8e7f27e93212dc8d695a9bae35efe83e6.tar.bz2
lilv-6b564aa8e7f27e93212dc8d695a9bae35efe83e6.zip
ChangeLog => NEWS.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4192 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 0 insertions, 64 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index f9a6540..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,64 +0,0 @@
-lilv (0.14.0) stable;
-
- * Add lilv_plugin_get_extension_data
- * Use path variables in pkgconfig files
- * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
- * Make Lilv::uri_to_path static inline (fix linking errors)
- * Use correct URI for dcterms:replaces (for hiding old plugins):
- "http://purl.org/dc/terms/replaces"
- * Fix compilation on BSD
- * Only load dynmanifest libraries once per bundle, not once per plugin
- * Fix lilv_world_find_nodes to work with wildcard subjects
- * Add lilv_plugin_get_related to get resources related to plugins that
- are not directly rdfs:seeAlso linked (e.g. presets)
- * Add lilv_world_load_resource for related resources (e.g. presets)
- * Print presets in lv2info
- * Remove locale smashing kludges and use new serd functions for converting
- nodes to/from numbers.
- * Add LilvState API for handling plugin state. This makes it simple to
- save and restore plugin state both in memory and on disk, as well as
- save presets in a host-sharable way since the disk format is identical
- to the LV2 presets format.
- * Update old references to lv2_list (now lv2ls)
- * Support compilation as C++ under MSVC++.
- * Remove use of wordexp.
- * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an
- improved generic alternative to lilv_plugin_get_latency_port_index().
- * Add lilv_plugin_get_project() and get author information from project if
- it is not given directly on the plugin.
-
- -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:46:50 -0400
-
-lilv (0.5.0) stable;
-
- * Remove glib dependency
- * Add lv2core as a pkg-config dependency (for lv2.h header include)
- * Obey prefix when installing bash completion script
- * Support integer minimum, maximum, and default port values in
- lilv_plugin_get_port_ranges_float
- * Add ability to build static library
-
- -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
-
-lilv (0.4.4) stable;
-
- * Fix building python bindings
- * Make free methods tolerate being called on NULL
- * Remove lv2jack (replaced by jalv)
- * Fix parsing extra plugin data files in other bundles
- * Fix lilv_ui_is_supported when Lilv is built independently
-
- -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400
-
-lilv (0.4.2) stable;
-
- * Fix compilation issues on some systems
- * Fix build system Python 3 compatibility
-
- -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
-
-lilv (0.4.0) stable;
-
- * Initial version (forked from SLV2)
-
- -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400