From 1cf1bfea5962f7c9726e0cf809b762b3b2655225 Mon Sep 17 00:00:00 2001 From: Sean Bolton Date: Fri, 1 Jan 2021 16:37:02 -0800 Subject: [PATCH] Release version 1.1.1 --- ChangeLog | 6 ++++++ configure.ac | 2 +- src/gui_widgy_editor.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c24c2f5..ca7ce94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20210101 smbolton -- version 1.1.1 + +* Fixed a segfault in hexter_gtk when compiled with gcc 9 or later. Thanks to + Martin Tarenskeen, Ben Hart, Alexandre Almeida, and Jean-michel Thiemonge + for the fix. + 20180318 smbolton -- version 1.1.0 * Switched to run_synth() instead of run_multiple_synths(), and removed the diff --git a/configure.ac b/configure.ac index 565c233..b70f15f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(hexter, 1.1.0, sean-at-smbolton-dot-com) +AC_INIT(hexter, 1.1.1, sean-at-smbolton-dot-com) AC_CONFIG_SRCDIR(src/hexter.c) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/src/gui_widgy_editor.c b/src/gui_widgy_editor.c index af170bc..9087f65 100644 --- a/src/gui_widgy_editor.c +++ b/src/gui_widgy_editor.c @@ -1,6 +1,6 @@ /* hexter DSSI software synthesizer GUI * - * Copyright (C) 2011, 2012, 2018 Sean Bolton. + * Copyright (C) 2011, 2012, 2018, 2021 Sean Bolton. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as