gegl r3011 - trunk



Author: martinn
Date: Wed Apr  1 17:53:49 2009
New Revision: 3011
URL: http://svn.gnome.org/viewvc/gegl?rev=3011&view=rev

Log:
Make an initial update of the NEWS file for the 0.1.0 release

Modified:
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Apr  1 17:53:49 2009
@@ -2,11 +2,50 @@
                  GEGL - an image processing framework
                  ââââââââââââââââââââââââââââââââââââ
 
-GEGL only has released development snapshots thus far. Odd micro versions are
-from SVN whilst even micro numbers indicate released snapshots.
-
-This is a release introduces a feature freeze, no feature additions but perhaps
-some feature removals will occure before the 0.1.0 release. 
+Changes in GEGL 0.1.0
+ââââââââââââââââââââââ
+ â Renamed gegl:load-buffer to gegl:buffer-source and gegl:save-buffer
+   to gegl:buffer-sink (but the old names still work)
+ â Adapt for building on a wide range of platforms, including
+   â SuSE SLES 10 (x86_64 and i686);
+   â Redhat RHEL3, RHEL4 and RHEL5 (x86_64 and i686);
+   â Redhat 9 and RHEL 2.1 (i686);
+   â Solaris 10 (x86 and sparc);
+   â Solaris 2.6, 7, 8 and 9 (sparc);
+   â AIX 4.3.3, 5.1, 5.2, 5.3 and 6.1 (powerpc);
+   â HPUX 11.31 (ia64);
+   â HPUX 11.23 (pa-risc and ia64);
+   â HPUX 10.20, 11.0 and 11.11 (pa-risc);
+   â IRIX 6.5 (mips)
+ â Represent colors using doubles instead of floats (this change is
+   indepentent from internal processing)
+ â Removed the GTK+ UI parts of the gegl binary and made into a pure
+   command line tool (which can still visualize stuff with help from
+   the SDL based display operation)
+ â Consider {x=G_MININT/2, y=G_MININT/2, width=G_MAXINT, height=G_MAXINT}
+   as the only valid region wichin processing may occur. Processing
+   outside of this region is undefined behaviour.
+ â Added support for storing allocation stack traces for GeglBuffers
+   so that debuging buffer leaks becomes much easier
+ â Made small changes and cleanups of the public API, e.g.
+   â Removed gegl_node_adapt_child()
+   â Made GeglConfig an explicit object
+   â Removed most of the ifdeffed stuff to mask away internal
+     structures
+   â Added gegl_rectangle_infinite_plane() and
+     gegl_rectangle_is_infinite_plane()
+ â Added new sampler GeglSamplerSharp
+ â Added format property go gegl:buffer-sink
+ â Cleaned up and made gegl:introspect work again
+ â Add a bunch of test cases using the automake test sytem (make
+   check) and also port buffer tests to automake
+ â General cleanups, bug fixes, increased robustness and improved
+   documentation
+
+Contributions from:
+  Ãyvind KolÃs, Sven Neumann, Ãtienne Bersac, Hubert Figuiere, Martin
+  Nordholts, Nicolas Robidoux, Ruben Vermeersch, Kevin Cozens, Manish
+  Singh, Gary V. Vaughan and Henrik Akesson.
 
 Changes in GEGL 0.0.22
 ââââââââââââââââââââââ



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