[gegl] release 0.3.16



commit 82247de92c249dc6607da3d1df223b4b604529b3
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon May 15 15:04:32 2017 +0200

    release 0.3.16

 configure.ac  |    2 +-
 docs/NEWS.txt |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11e9328..7ca4569 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl    set GEGL_BINARY_AGE _and_ GEGL_INTERFACE_AGE to 0.
 
 m4_define([gegl_major_version], [0])
 m4_define([gegl_minor_version], [3])
-m4_define([gegl_micro_version], [15])
+m4_define([gegl_micro_version], [16])
 m4_define([gegl_real_version],
           [gegl_major_version.gegl_minor_version.gegl_micro_version])
 m4_define([gegl_version], [gegl_real_version])
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index 7481355..f8c62e6 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -16,6 +16,10 @@ and half precision float pixelformate.
 Operations
 ~~~~~~~~~~
 
+Many operations have gotten an additiona meta-ui description layer sprinkled on
+top. And The C source code of the operations is no longer kept as a meta-data
+key on the binary, with a shrink of ~10mb it might even impact startup time.
+
 New operations: newsprint/spachrotyzer.
 Moved out of workshop: unpremultiply
 New in workshop: spiral
@@ -26,9 +30,6 @@ file-loading ops: stop some crashes happening due to invalid/lacking properties.
 npy-save, jpg-save, png-save: port to GIO.
 raw-load: rotate bounding box based on image meta-data.
 
-The C source code of the operations is no longer kept as a meta-data key on the
-binary, with a shrink of ~10mb it might even impact startup time.
-
 Tests
 ~~~~~
 


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