2022-06-11 - Version 4.3.11 for Gtk3 released
Note: This is a bug fix release of GtkSheet V4 for Gtk3
Prerequisites:
- Gtk+-3.22.16 or later
Support for GtkSheet Glade3 plugin:
./configure --enable-glade
Support for GObjectIntrospection:
./configure --enable-introspection
Support for MinGW 32/64-Bit:
./configure ; make ; make install
Support for meson build (see INSTALL for details):
meson setup <builddir>
ninja-build -C <builddir>
Changes (see embedded ChangeLog for details):
- fixed invalid memory access after gtk_sheet_construct #310164
- fixed SEGV caused by improper container child handling #310344
- fixed SEGV caused by improper container child handling #310344
- fix build with gcc 11 #35 - thanks to Greyson Christoforo
- fixed sheet child should honor row visibility 311715
- fixed SEGV caused by delayed column destruction #311921 #311924