diff options
author | David Robillard <d@drobilla.net> | 2018-09-23 15:48:27 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-23 15:49:10 +0200 |
commit | 6f22ee045e7535c5961374d57453c39d1cee224c (patch) | |
tree | 0a2183f448ac57a790d6b44518e2b03b623266cd /NEWS | |
parent | d776345e62907ca6e78e325f6f02200f21c82497 (diff) | |
download | jalv-6f22ee045e7535c5961374d57453c39d1cee224c.tar.gz jalv-6f22ee045e7535c5961374d57453c39d1cee224c.tar.bz2 jalv-6f22ee045e7535c5961374d57453c39d1cee224c.zip |
Remove support for deprecated event and uri-map extensions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,13 +4,14 @@ jalv (1.6.1) unstable; * Add jalv -i option to ignore stdin for background use * Add several commands to console interface * Make Suil dependency optional + * Remove support for deprecated event and uri-map extensions * Fix Jack deactivation * Fix potential crash when closed with worker (thanks JP Cimalando) * Fix potential hang after Ctrl-c in console interface (thanks Laxmi Devi) * Add support for underscore in port names on command line (thanks Jośe Fernando Moyano) - -- David Robillard <d@drobilla.net> Sat, 22 Sep 2018 23:40:18 +0200 + -- David Robillard <d@drobilla.net> Sun, 23 Sep 2018 15:49:05 +0200 jalv (1.6.0) stable; |