scirenderer (0.5.0)

     * Fix a Null Pointer Exception when doing in Scilab:
       driver('png');xinit('/tmp/foo.png');errbar();xend()
     * G2D export: Improve speed of 2D offscreen export
     * Export: avoid memleaks
     * Fix for Scilab bug #11407: Exception with lineWidth lower than 1 with
       offscreen export
     * Avoid a java.nio.BufferUnderflowException on offscreen export

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Mon, 09 Jul 2012 09:23:39 -0600


scirenderer (0.4.9)

     * User defined ticks rendering issue fixed (Regression introduced in version 0.4.8)
     * Transparency managed using alpha channel

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed, 20 Jun 2012 21:30:46 (UTC+0200)

scirenderer (0.4.8)

     * Figures were not reset when using clf() (See Scilab bug #11268)
     * Objects ordering was wrong when drawing rectangles and polylines (See Scilab bug #11271)
     * Ticks rendering speed up using Java cached values

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed, 20 Jun 2012 12:21:46 (UTC+0200)

scirenderer (0.4.7)

     * Ticks labels were truncated (See Scilab bug #11238)
     * Thickness property was not managed for Axes objects
     * Threads were not killed in canvas animator

 -- Vincent Couvert <vincent.couvert@scilab.org>  Thu, 12 Jun 2012 16:22:27 (UTC+0200)

scirenderer (0.4.6)

     * Fix a problem with the drawlater
     * Add used DecimalFormat in RulerDrawingResult

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Fri, 08 Jun 2012 08:55:57 +0200

scirenderer (0.4.5)

     * Bad position for rotated labels fixed
     * Fix a crash when playing with export with legends 

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Tue, 22 May 2012 15:04:47 +0200

scirenderer (0.4.4)

     * Plug anti-aliasing capabilities.

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed 16 May 2012, 11:40:27 (UTC+0200)

scirenderer (0.4.3)

     * Fix a problem in canvas.waitEndOfDrawing() (Needed for Scilab drawlater/drawnow)

 -- Vincent Couvert <vincent.couvert@scilab.org>  Fri 11 May 2012 15:55:43 (UTC+0200)

scirenderer (0.4.2)

     * Canvas redrawing was synchronous and lead to performances issues: now redrawing in asynchronous.
     * Add a waitImage() method for canvas to synchronously wait an image to be drawn.

 -- Vincent Couvert <vincent.couvert@scilab.org>  Thu 10 May 2012 15:01:22 (UTC+0200)

scirenderer (0.4.1)

     * Disable DEBUG mode & add a setter to enable debug mode

     [ Sylvestre Ledru ]
     * Show warnings at build time
     * Various improvements on the jar
     * Add a manifest to avoid load of jogl.jar

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Thu, 19 Apr 2012 14:16:08 +0200

scirenderer (0.4.0)

     * Moved to jogl2
     * Improve the detection of the VBO. See Scilab bug #10996

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Sun, 15 Apr 2012 17:22:49 +0200

scirenderer (0.3.5)

     * Graphic export added

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Tue, 10 Apr 2012 17:22:49 +0200

scirenderer (0.3.4)

     * More examples/demos
     * Comments of the code
     * Coding style
     * More documentations in the source code

     [ Sylvestre Ledru ]
     * ant clean really cleans everything

 -- Pierre Lando <pierre.lando@scilab.org>  Fri, 02 Mar 2012 16:43:42 +0100

scirenderer (0.3.3)

     * Allow texture rendering

     [ Sylvestre Ledru ]
     * "ant javadoc" target added
     * "ant all" target added
     * AUTHORS  CHANGES  COPYING  COPYING-FR  README files added

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100

scirenderer (0.3.2)

     * Ticks distance fixed to have more readable ticks
     * Fix update on OpenGL clipping plane.

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100

scirenderer (0.3.0)

     * Logarithmic Ruler added
     * Avoid duplicate FloatBuffer when not needed
     * Add Latex rendering

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100
