diff --git a/gegl.changes b/gegl.changes index 26d6221..938f38a 100644 --- a/gegl.changes +++ b/gegl.changes @@ -14,6 +14,22 @@ Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert operations using it avoiding polluting the GEGL library symbol table with the ctx symbols. +------------------------------------------------------------------- +Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert + +- Update to version 0.4.34 (CVE-2021-45463): + + Operations: + - magick-load: use g_spawn_async instead of system to run the + image magick convert fallback - preventing shell expansion on + non-escaped/filtered paths in constructed commandline. + - ripple: avoid a possible division by zero. + + Build: + - Explicit dependency specification in meson for generated CL + files. + - ctx has been moved to be part of gegl-common.so nearer to the + operations using it avoiding polluting the GEGL library + symbol table with the ctx symbols. + ------------------------------------------------------------------- Wed Oct 27 21:23:26 UTC 2021 - Michael Gorse