--- gigedit/trunk/ChangeLog 2019/02/02 07:48:50 3460 +++ gigedit/trunk/ChangeLog 2019/02/21 05:52:02 3477 @@ -28,6 +28,16 @@ * Use English quotation marks in tooltips instead of German * Use multiple columns in controller value popups, as tall popup menus work really badly in some GTK environments + * Avoid deprecated sigc++ usage + * Fix build on old linux environments + * Enable "silent rules" in build + * Fix memory read access bug + * Refactor code: add common base class for Loader and Saver + * Fix resource leak: join loader and saver threads after use + * Use std::thread when building with newer glibmm, as Glib::Thread is + deprecated + * Fix bug that left the main window in a greyed out state after + opening a small gig file Version 1.1.0 (2017-11-25)