diff options
author | David Robillard <d@drobilla.net> | 2015-09-12 03:41:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-09-12 03:41:34 +0000 |
commit | f18371240cf3d32940e9a67844505b46006e0788 (patch) | |
tree | 89f570ac6eadb87594cd72ee43c7d5257498f907 /NEWS | |
parent | 36b470397a178ca64bc6d98ecc652aaa7671c938 (diff) | |
download | suil-f18371240cf3d32940e9a67844505b46006e0788.tar.gz suil-f18371240cf3d32940e9a67844505b46006e0788.tar.bz2 suil-f18371240cf3d32940e9a67844505b46006e0788.zip |
Gracefully handle failure to open wrapper.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5724 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,10 +4,11 @@ suil (0.8.3) unstable; * Add Cocoa in Gtk wrapper (patch from Robin Gareus) * Various Windows fixes (patches from Robin Gareus) * Fix compilation with -Wl,--no-undefined - * Fix a few minor/unlikely memory errors. + * Fix a few minor/unlikely memory errors + * Gracefully handle failure to open wrapper * Only report suil_ui_supported() if necessary wrapper is compiled in - -- David Robillard <d@drobilla.net> Thu, 14 May 2015 01:26:31 -0400 + -- David Robillard <d@drobilla.net> Fri, 11 Sep 2015 17:38:26 -0400 suil (0.8.2) stable; |