Release notes for Vaucanson

Contact: vaucanson@lrde.epita.fr

This document describes major updates to the Vaucanson project.

Vaucanson 0.7.2 November 09, 2005

Vaucanson 0.7.1 June 25, 2005

System Message: WARNING/2 (/var/tmp/build_farm/build/vaucanson/doc/NEWS.txt, line 70)

Bullet list ends without a blank line; unexpected unindent.

example, Boolean automaton that recognize "a+b" is described as follows:

  <automaton>
    <content>
      <states>
        <state name="s0"/>
      </states>
      <transitions>
        <transition src="s0" dst="s0" label="a"/>
        <transition src="s0" dst="s0" label="b"/>
        <initial state="s0"/>
        <final state="s0"/>
  </automaton>

Note that now <initial> and <final> are children of <transitions>, and the
<initials> and <finals> tag are removed. From now on, all files compliant
with the previous XML proposal are not compliant with the new proposal.

Vaucanson 0.7 May 17, 2005

Vaucanson 0.6.1 October 26, 2004

Vaucanson 0.6 July 18, 2004

Vaucanson 0.5 March 24, 2004

Vaucanson 0.4 October 29, 2003

Vaucanson 0.3 July 11, 2003

Vaucanson 0.2 July 02, 2003

Vaucanson 0.1 January, 2002