2020-02-09 Rico Tzschichholz Release 0.20.3 2019-11-25 Rico Tzschichholz Flatten call structure a bit 2019-10-05 Rico Tzschichholz Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups It is possible that a spurious or stolen wakeup could occur. For that reason, waiting on a condition variable should always be in a loop, based on an explicitly-checked predicate. Fixes https://gitlab.gnome.org/GNOME/libgee/issues/34 2019-09-25 Rico Tzschichholz Fix "Access to possible `null'" warnings and use unsafe casts