summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-15 23:52:45 +0000
committerDavid Robillard <d@drobilla.net>2008-01-15 23:52:45 +0000
commit1fd2287771ced4ac6172ced9568da1e21c651cb8 (patch)
treeec2659692536c784b5c5a55f5ee1c5aecc5e6a12 /ChangeLog
parent2928884b67f132aec724026fddff4df3238bec37 (diff)
downloadlilv-1fd2287771ced4ac6172ced9568da1e21c651cb8.tar.gz
lilv-1fd2287771ced4ac6172ced9568da1e21c651cb8.tar.bz2
lilv-1fd2287771ced4ac6172ced9568da1e21c651cb8.zip
Move debian/changelog to ChangeLog.
Fix librdf warning. git-svn-id: http://svn.drobilla.net/lad/slv2@1057 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..64f9e84
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,51 @@
+slv2 (0.4.5) unstable; urgency=low
+
+ * Fix redland librdf_free_query_results warning
+
+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.
+
+ -- Dave Robillard <dave@drobilla.net> Sat, 12 Jan 2008 12:52:35 -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).
+
+ -- Dave Robillard <dave@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500
+
+slv2 (0.4.2) unstable; urgency=low
+
+ * Update for LV2 specification release 1
+
+ -- Dave Robillard <dave@drobilla.net> Tue, 08 Jan 2008 20:16:56 -0500
+
+slv2 (0.4.1) unstable; urgency=low
+
+ * Debian packaging (no functional changes)
+
+ -- Dave Robillard <dave@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
+
+ -- Dave Robillard <dave@drobilla.net> Sun, 6 Jan 2008 17:11:18 -0500
+
+slv2 (0.3.2) unstable; urgency=low
+
+ * Build man pages
+
+ -- Dave Robillard <dave@drobilla.net> Wed, 30 Nov 2007 18:19:00 -0500
+
+slv2 (0.3.1) unstable; urgency=low
+
+ * Initial Debian Release.
+
+ -- Dave Robillard <dave@drobilla.net> Wed, 14 Nov 2007 22:29:49 -0500