gegl r2831 - trunk



Author: ok
Date: Sun Dec 28 01:00:28 2008
New Revision: 2831
URL: http://svn.gnome.org/viewvc/gegl?rev=2831&view=rev

Log:
* NEWS: updated draft NEWS.


Modified:
   trunk/ChangeLog
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Dec 28 01:00:28 2008
@@ -8,19 +8,26 @@
 Changes in GEGL 0.0.21
 ââââââââââââââââââââââ
  â GeglOperation
-   â operations now carry a prefix in their name, the native GEGL ops
-     now all start with "gegl:"
+   â operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
    â gegl:opacity - combine value and aux mask input when both are available.
- â GeglPath
-   â Vector graphics infrastructure, supporting poly lines, beziers and
-     from application extendable with cornu curves and other types of
-     nodes for the paths. Also support for variable line widths.
+   â gegl:src-in - deal correctly with extens.
+   â gegl:path - new op covering the stroke/fill needs of SVG.
+   â deprecated gegl:shift, the affine familiy of operations now 
+     uses the same fast code paths for integer translations.
  â GeglBuffer
    â Profiling motivated speed ups in data reading/writing.
+   â Remove left-over swapfiles from dead processes at startup.
+ â GeglNode
+   â made gegl_node_add_child and gegl_node_remove_child public API. (#507298)
+ â GeglPath
+   Vector path representation infrastructure, supporting poly lines and beziers
+   by default, the infrastructure allows extensions from applications with
+   other curve types (smooth curves, spiro curves and others.).
 
 Contributions from:
-  Hubert Figuiere, Sven Neumann, Ãyvind KolÃs, Michael Natterer, Kevin Cozens,
-  Sam Hocevar, Martin Nordholts, Manish Singh
+  Hubert Figuiere, Sven Neumann, Ãyvind KolÃs, Michael Natterer,
+  Kevin Cozens, Sam Hocevar, Martin Nordholts, Manish Singh,
+  Ãtienne Bersac and Michael Schumacher.
 
 Changes in GEGL 0.0.20
 ââââââââââââââââââââââ



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