From f187a0739b9fed3fdc257df045e562d58732093846c1ae6491a4097aafa5b3c6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Nov 2022 08:24:16 +0000 Subject: [PATCH] - newsprint: do not drop alpha channel in RGB modes. - fixes for legacy build, still supporting building latest GEGL for stable GIMP with old babl (not recommended if distros can have recent enough meson). - avoiding possible multi thread race in babl garbage collection, OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=130 --- gegl.changes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gegl.changes b/gegl.changes index 49ebc7f..cbb1018 100644 --- a/gegl.changes +++ b/gegl.changes @@ -3,12 +3,13 @@ Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel - Update to version 0.4.40: + Operations: - - newsprint: do not drop alpha channel in RGB modes. + - newsprint: do not drop alpha channel in RGB modes. + Core: - - fixes for legacy build, still supporting building latest GEGL for - stable GIMP with old babl (not recommended if distros can have - recent enough meson.). - - avoiding possible multi thread race in babl garbage collection + - fixes for legacy build, still supporting building latest GEGL + for stable GIMP with old babl (not recommended if distros can + have recent enough meson). + - avoiding possible multi thread race in babl garbage + collection, ------------------------------------------------------------------- Thu Jul 21 09:23:21 UTC 2022 - Bjørn Lie