- 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
This commit is contained in:
Dominique Leuenberger 2022-11-23 08:24:16 +00:00 committed by Git OBS Bridge
parent e5d1850ee2
commit f187a0739b

View File

@ -5,10 +5,11 @@ Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel <pvorel@suse.cz>
+ Operations:
- 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 <bjorn.lie@gmail.com>