<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">
  <channel>
    <title>Cafesterol</title>
    <link>http://cafesterol.x9c.fr</link>
    <description>News about the Cafesterol project</description>
    <copyright>(c) 2007-2010 Xavier Clerc</copyright>
    <item>
      <title>First public release</title>
      <pubDate>Sun Sep 09 12:00:00 CEST 2007</pubDate>
      <description>First public release</description>
    </item>
    <item>
      <title>Problem with -pack fixed</title>
      <pubDate>Tue Sep 11 17:42:34 CEST 2007</pubDate>
      <description>When modules where compiled with -pack, their "entry()" methods were not called, resulting in a NullPointerException. The patched version fixes this problem but be aware of the fact that the format of <tt>.cmj</tt> files changed since the first release; all <tt>.cmj</tt> files should be deleted and rebuilt with this patched version.</description>
    </item>
    <item>
      <title>Binaries</title>
      <pubDate>Fri Sep 14 15:54:55 CEST 2007</pubDate>
      <description>Binaries are now available</description>
    </item>
    <item>
      <title>Support for scripting.</title>
      <pubDate>Sat Oct 13 16:00:00 CEST 2007</pubDate>
      <description>Support for scripting has been added. cf. http://ocamlscripting.x9c.fr</description>
    </item>
    <item>
      <title>Support for XML.</title>
      <pubDate>Mon Oct 22 23:50:00 CEST 2007</pubDate>
      <description>Minor modifications (Cadmium primitives) related to the newly released CadmiumXML module (cf. Cadmium project).</description>
    </item>
    <item>
      <title>Static linking.</title>
      <pubDate>Wed Oct 31 21:40:00 CET 2007</pubDate>
      <description>The -standalone command-line switch has been added. When linking, this flag implies that the created jar file will have no external dependency. It is achieved by copying into this jar file the content of all the jar files that would have appeared in the Class-Path clause of the jar file's manifest.<br/><br/>Another command-line switch, -additional-jar followed by a string, allows to request the addition of the jar file denoted by the string either to the Class-Path clause (default linking) or to the list of jar files to copy into the produced one ('static' linking).</description>
    </item>
    <item>
      <title>Support for servlets.</title>
      <pubDate>Sun Nov 04 17:00:00 CET 2007</pubDate>
      <description>A new command-line switch, -servlet, has been added allowing to link a program as a servlet. It is thus possible to create a war file that can subsequently be run by a servlet container. Bindings for servlet programming are provided by the Cadmium-Servlet project available at http://cadmium.x9c.fr.</description>
    </item>
    <item>
      <title>Update to new Barista API</title>
      <pubDate>Sun Dec 09 23:00:00 CET 2007</pubDate>
      <description>The Cafesterol sources have been updated in order to be compatible with the latest Barista API changes. Cafesterol has also been modified to now correctly report a compilation error due method size (the documentation has been updated to include information about this error).</description>
    </item>
    <item>
      <title>Beta release</title>
      <pubDate>Sat Mar 01 12:00:00 CET 2008</pubDate>
      <description>Changes include scripting and servlet support, as well as standalone linking mode.</description>
    </item>
    <item>
      <title>1.0 release</title>
      <pubDate>Tue May 27 07:00:00 CEST 2008</pubDate>
      <description>The 1.0 release is finally up !</description>
    </item>
    <item>
      <title>1.1 release</title>
      <pubDate>Sun Nov 09 22:00:00 CET 2008</pubDate>
      <description>This version brings the following changes: move from Java 1.5 to Java 1.6, new command-line switches (-additional-file and -additional-class), experimental support for stack frames.</description>
    </item>
    <item>
      <title>1.2 release</title>
      <pubDate>Fri Apr 17 23:00:00 CEST 2009</pubDate>
      <description>This version brings support for 3.11.0.</description>
    </item>
    <item>
      <title>1.3 release</title>
      <pubDate>Sat Sep 19 22:00:00 CEST 2009</pubDate>
      <description>This version introduces support for debugger, and 'labltk' library.</description>
    </item>
    <item>
      <title>1.4 release</title>
      <pubDate>Sat Feb 06 20:00:00 CEST 2009</pubDate>
      <description>
      This version introduces a new code generator (producing correct stack maps), and improved Makefiles.
      </description>
    </item>
  </channel>
</rss>
