[gegl] release 0.3.6



commit d2a86741d3a0ef4b6a73f3a5ac2240f9af2055f3
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Mar 12 15:38:22 2016 +0100

    release 0.3.6

 NEWS         |   25 +++++++++++++++----------
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 32cb78e..c20d6aa 100644
--- a/NEWS
+++ b/NEWS
@@ -2,26 +2,31 @@
                  GEGL - an image processing framework
                  ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
 
-Changes in GEGL 0.3.5
+Changes in GEGL 0.3.6
 ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
- • buffer: better COW (Copy on Write).
+ • buffer: COW (Copy on Write) handling for gegl_buffer_clear.
  • operations:
-    • removed: dcraw-load
-    • added: saturation, instagram clones
+    • added: saturation, gaussian-blur-selective
     • ff-load/ ff-save: updated to work with ffmpeg-3.0,configuration of
-codec/format.
-
-      misc code cleanup, and meta data improvements, gio (url loading) support in more loaders.
+      codec/format.  misc code cleanup, and meta data improvements, gio
+      (url loading) support in more loaders.
     • convolve-generic: optimized paths for common parameters and 3x3 size.
+    • removed: dcraw-load
+    • jp2, webp, svg::
+        make use of GIO for URI handling
  • XML: permit serializing a segment/chain of the graph
+ • gegl-binary
+    • permit setting properties of commandline passed ops, as well as
+      connecting buffers to aux and other input pads.
+    • zoom in/out at cursor position on scroll wheel events.
  • processing
      improvements to meta-ops
 
 Contributions from:
 
- Øyvind Kolås, Thomas Manni Michael Natterer, Nils Philippsen, Debarshi Ray,
-Martin Blanchard, Justin Lecher, Massimo Valentini, Mukund Sivaraman, Alexandre
-Prokoudine, Piotr Drąg 
+Øyvind Kolås, Thomas Manni, Michael Natterer, Nils Philippsen, Debarshi Ray,
+Martin Blanchard, Justin Lecher, Massimo Valentini, Jonathan Tait, Mukund
+Sivaraman, Alexandre Prokoudine, Piotr Drąg, Nanley Chery, Colin Waters
 
 
 Changes in GEGL 0.3.4
diff --git a/configure.ac b/configure.ac
index e8d29c0..03d3719 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], [5])
+m4_define([gegl_micro_version], [6])
 m4_define([gegl_real_version],
           [gegl_major_version.gegl_minor_version.gegl_micro_version])
 m4_define([gegl_version], [gegl_real_version])


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