aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 15:20:56 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 15:20:56 +0100
commit3088a5f39323c0ff75536e27e5e896a4f27b3c91 (patch)
treec8ea1685915fff243c3f03a9839cd1e74cce5698 /NEWS
parentc32f3ca76a09c03fe9a022eb46e049e6fd5e2dbb (diff)
downloadjalv-3088a5f39323c0ff75536e27e5e896a4f27b3c91.tar.gz
jalv-3088a5f39323c0ff75536e27e5e896a4f27b3c91.tar.bz2
jalv-3088a5f39323c0ff75536e27e5e896a4f27b3c91.zip
Fix compilation with recent Gtkmm versions that require C++11
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a051d67..bb1c7bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+jalv (1.6.1) unstable;
+
+ * Fix compilation with recent Gtkmm versions that require C++11
+
+ -- David Robillard <d@drobilla.net> Sun, 12 Feb 2017 15:20:20 +0100
+
jalv (1.6.0) stable;
* Support CV ports if Jack metadata is enabled (patch from Hanspeter Portner)