Skip to content

2022-06-11 - Version 4.3.11 for Gtk3 released

Compare
Choose a tag to compare
@fpaquet fpaquet released this 11 Jun 10:03
· 144 commits to master since this release

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