diff options
author | David Robillard <d@drobilla.net> | 2018-09-20 09:21:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-20 09:26:44 +0200 |
commit | 43dd0b6fd560f97e2584364593c5e44f2262c281 (patch) | |
tree | 2dda5040bcfd70d1fef2887f3b502f2078a9724e /NEWS | |
parent | e85a6d5d1f14a8bba868208e8095014e67baa4ca (diff) | |
download | jalv-43dd0b6fd560f97e2584364593c5e44f2262c281.tar.gz jalv-43dd0b6fd560f97e2584364593c5e44f2262c281.tar.bz2 jalv-43dd0b6fd560f97e2584364593c5e44f2262c281.zip |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,8 +3,11 @@ jalv (1.6.1) unstable; * Fix compilation with recent Gtkmm versions that require C++11 * Add jalv -i option to ignore stdin for background use * Fix Jack deactivation + * Fix potential crash when closed with worker (thanks JP Cimalando) + * Add support for underscore in port names on command line + (thanks Jośe Fernando Moyano) - -- David Robillard <d@drobilla.net> Sun, 07 May 2017 13:35:11 +0200 + -- David Robillard <d@drobilla.net> Thu, 20 Sep 2018 09:21:15 +0200 jalv (1.6.0) stable; |