Changed the makefile system to autoconf/automake.
[cacao.git] / NEWS
1 * About this file
2 =================
3
4 This file lists the most important changes for each official as well as
5 internal release of cacao.  See the "ChangeLog" for a more detailed list of
6 all the changes in the code.
7
8 * Version 0.40 (released)
9 =========================
10
11
12
13 * Version 0.35 (experimental)
14 =============================
15
16 ** autoconf, automake support
17 -----------------------------
18
19 Finally moved the entire distribution to autoconf/automake. This should fix
20 some of our problems with supporting different compilers. Thread support and
21 the use of the new garbage collector can be enabled/disabled from using
22 configure arguments:
23
24         --enable-threads [default]
25         --disable-threads
26
27         --enable-gc2 [default]
28         --disable-gc2
29
30 ** new garbage collector
31 ------------------------
32
33 Included the new garbage collector as default garbage collector. 
34
35 ** new just-in-time compiler
36 ----------------------------
37
38 Andi, write something...
39
40 * Version 0.30 (released)
41 =========================
42
43 Andi, write something!!!
44
45 * Version 0.20 (released)
46 =========================
47
48 Andi, write something down here, too!
49
50
51 ----------------------------------------------------------------------------
52 Local variables:
53 mode: outline
54 fill-column: 76
55 End: