[gegl] release 0.4.26



commit 3371550915bfe10e9e0add87caaf578464305542
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Aug 2 22:17:43 2020 +0200

    release 0.4.26

 docs/NEWS.txt | 22 +++++++++++++++++++++-
 meson.build   |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index babf4c3a2..9dde1b459 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -1,5 +1,25 @@
-GEGL-0.4.24 2020-06-07
+GEGL-0.4.26 2020-08-02
+----------------------
+
+Core:
+~~~~~
+
+Allow unsetting of property keys on paramspecs.
+
+Operations:
+~~~~~~~~~~~
+
+perlin-noise: use a local random generator, avoiding resetting the global one.
+transform: decrease epsilon for affine-detection, and round some affine matrices to be exact.
+
+Contributors to this release:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Alan Mortensen, Jan Vesely, Øyvind Kolås, Jordi Mas, Michael Natterer,
+Asier Sarasua Garmendia, Ell, Tim Sabsh and Tatsuki Makino.
 
+GEGL-0.4.24 2020-06-07
+----------------------
 
 Build:
 ~~~~~~
diff --git a/meson.build b/meson.build
index 45be17742..ae617cfea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('gegl',
   'c', 'cpp',
   license: 'GPL3+',
-  version: '0.4.25',
+  version: '0.4.26',
   meson_version: '>=0.50.0',
   default_options: [
     'c_std=gnu11',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]