aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-27 19:20:50 -0400
committerDavid Robillard <d@drobilla.net>2022-05-27 19:20:50 -0400
commit227b485f776f77d768ad87f29d21a4b7065f3c04 (patch)
treed18b6b70d9593d2fdb6db14a1d5a9585a362040e /NEWS
parentcd29a3dec8fb292c79f0264a8b79d3221c66a12e (diff)
downloadjalv-227b485f776f77d768ad87f29d21a4b7065f3c04.tar.gz
jalv-227b485f776f77d768ad87f29d21a4b7065f3c04.tar.bz2
jalv-227b485f776f77d768ad87f29d21a4b7065f3c04.zip
Remove Gtkmm interface
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e31c8ff..4002bc4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,16 @@ jalv (1.6.7) unstable;
* Add Gtk plugin selector UI and desktop file
* Add missing option in console help output
* Add version option to console executable
- * Build Qt and Gtkmm versions as C++14
+ * Build Qt interface as C++14
* Change no-menu short option to m to avoid clash with jack-name
* Clean up and modernize code
* Fix crash when running jalv without arguments
+ * Fix outdated man pages
* Flush stdout after printing control values in console interface
+ * Remove Gtkmm interface
* Remove Qt4 support
- -- David Robillard <d@drobilla.net> Fri, 27 May 2022 22:56:00 +0000
+ -- David Robillard <d@drobilla.net> Fri, 27 May 2022 23:19:48 +0000
jalv (1.6.6) stable;