SHA256
1
0
forked from pool/gegl

Accepting request 770097 from home:iznogood:branches:graphics

- Update to version 0.4.20:
  + Build: Improvements and refinements of meson builds and CI.
    Fixing major issues for OSX and win32.
  + Buffer:
    - Pass O_BINARY where relevant on windows, fixing crashes
      occuring when swap is used.
    - Avoid 32bit overflows in computations for gegl_buffer_set and
      gegl_buffer_get.
  + Core:
    - Avoid running more thread jobs than there are pixels to
      process.
    - Faster teardown of buffer caches when bounding box shrinks.
    - Only do in-place processing if ROI fits in input abyss.
  + Operations:
    - Improved edge handling for gegl:distance-transform.
    - gegl:crop removed workaround for incorrect in-place handling.
- Drop gegl-0.4.18_allow_unknown_arch.patch: Fixed upstream.
- No longer recommend -lang: supplements are in use.

OBS-URL: https://build.opensuse.org/request/show/770097
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=92
This commit is contained in:
2020-02-05 10:31:59 +00:00
committed by Git OBS Bridge
parent e6bbde91b7
commit 99f171a853
5 changed files with 28 additions and 24 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.20:
+ Build: Improvements and refinements of meson builds and CI.
Fixing major issues for OSX and win32.
+ Buffer:
- Pass O_BINARY where relevant on windows, fixing crashes
occuring when swap is used.
- Avoid 32bit overflows in computations for gegl_buffer_set and
gegl_buffer_get.
+ Core:
- Avoid running more thread jobs than there are pixels to
process.
- Faster teardown of buffer caches when bounding box shrinks.
- Only do in-place processing if ROI fits in input abyss.
+ Operations:
- Improved edge handling for gegl:distance-transform.
- gegl:crop removed workaround for incorrect in-place handling.
- Drop gegl-0.4.18_allow_unknown_arch.patch: Fixed upstream.
- No longer recommend -lang: supplements are in use.
-------------------------------------------------------------------
Sun Nov 3 10:42:57 UTC 2019 - ecsos@opensuse.org