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

<rss version="2.0">
  <channel>
    <title>Bisect</title>
    <link>http://bisect.x9c.fr</link>
    <description>News about the Bisect project</description>
    <copyright>(c) 2008-2011 Xavier Clerc</copyright>
    <item>
      <title>First public release</title>
      <pubDate>Sun Jul 06 18:00:00 CEST 2008</pubDate>
      <description>First public release</description>
    </item>
    <item>
      <title>Beta version</title>
      <pubDate>Sun May 31 16:00:00 CEST 2009</pubDate>
      <description>
      This version brings the following changes:
      <ul>
      <li>switch to OCaml 3.11</li>
      <li>bug #30: incorrect detection of ocamljava</li>
      <li>bug #31: default make target</li>
      <li>bug #32: incorrect source rendering under Firefox</li>
      <li>bug #33: information about global coverage missing</li>
      <li>bug #34: bare text mode added</li>
      <li>bug #35: introduction of navigation bar and code folding</li>
      <li>bug #36: instrumentation with -unsafe switch</li>
      <li>bug #37: incorrect handling of array literals</li>
      <li>unreported bug regarding the handling of if/then construct with no else</li>
      <li>introduction of CSV, XML modes</li>
      <li>major code refactoring and improvement</li>
      </ul>
      </description>
    </item>
    <item>
      <title>1.0 release</title>
      <pubDate>Thu Dec 17 19:00:00 CEST 2009</pubDate>
      <description>
      This version brings the following changes:
      <ul>
      <li>switch to OCaml 3.11.1</li>
      <li>multiple outputs now allowed at once</li>
      <li>'-enable' / '-disable' command-line switches to control instrumentation</li>
      <li>support for multithread applications</li>
      <li>new output mode: EMMA-compatible XML</li>
      <li>support for ocamlfind installation</li>
      <li>major code refactoring and improvement</li>
      <li>bug #41: '-I' command-line switch to specify search path</li>
      </ul>
      </description>
    </item>
    <item>
      <title>1.0 release</title>
      <pubDate>Sat Feb 12 15:00:00 CEST 2011</pubDate>
      <description>
      This version brings the following changes:
      <ul>
      <li>update for Objective Caml 3.12.0</li>
      <li>new build system</li>
      <li>'instrument.cmo' renamed to 'bisect_pp.cmo' (and now depends on 'str.cma')</li>
      <li>instrumentation modes ('safe', 'fast', and 'faster')</li>
      <li>'-exclude' command-line switch to exclude functions from instrumentation</li>
      <li>'(*BISECT-MARK*)' / '(*BISECT-VISIT*)' comments to mark lines</li>
      <li>'(*BISECT-IGNORE-BEGIN*)' / '(*BISECT-IGNORE-END*)' / '(*BISECT-IGNORE*)' comments to ignore parts of source file</li>
      <li>bug #51: unportable use of 'which'</li>
      <li>bug #52: thread-compatibility module does not compile</li>
      <li>bug #59: instrumented code is 20 times slower</li>
      </ul>
      </description>
    </item>
    <item>
      <title>1.2 release</title>
      <pubDate>Tue Aug 14 20:00:00 CEST 2012</pubDate>
      <description>
      This version brings the following changes:
      <ul>
      <li>new '-combine-expr' to allow combination of results</li>
      <li>new 'dump' output mode (mainly for debug)</li>
      <li>new 'bisect' output mode (i. e. format of runtime data)</li>
      <li>new '-exclude-file' command-line switch to exclude toplevel functions listed in a file</li>
      <li>update for OCaml 4.00.0</li>
      <li>bug #95: polymorphic recursion is not handled</li>
      <li>bug #104: configure script should be executable</li>
      </ul>
      </description>
    </item>
    <item>
      <title>1.3 release</title>
      <pubDate>Sat Nov 3 20:00:00 CEST 2012</pubDate>
      <description>
      This version brings the following changes:
      <ul>
      <li>new instrumenter based on '-ppx'</li>
      <li>new '-summary-only' to output only summary (text mode only)</li>
      <li>refactoring, including minor bugfixes</li>
      <li>bug#86: '-ocaml-prefix' doesn't really work</li>
      <li>bug#87: install shouldn't build anything</li>
      <li>bug#89: do not activate warnings by default</li>
      </ul>
      </description>
    </item>
  </channel>
</rss>
