blob: 1a210ef93c8f45f90e4af743179aad19d839d14c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!--
$FML: recipes.fml.sgml,v 1.1 2006/01/16 03:21:34 fukachan Exp $
-->
<sect1 id="recipes.overview.fml">
<title>
Recipes
</title>
<qandaset>
<qandaentry>
<question>
<para>
Why &fml8; is the next official release of &fml4; series ?
</para>
</question>
<answer>
<para>
1 bit shift of version with greate internal change is traditional :-)
</para>
<para>
&fml8; is build from scratch by discarding &fml4; source codes.
&fml8; is not a upgraded &fml4; software.
So we use 1 bit shifted version number for &fml8;.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
What difference between &fml4; and &fml8; ?
</para>
</question>
<answer>
<para>
See
<link linkend="changes">
<xref linkend="changes">
</link>
fore more details.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Which of current, stable and release should we download ?
</para>
</question>
<answer>
<para>
&fml8; does not provide such release line today.
Please download the latest one by comparing file name which has date in int.
</para>
<para>
See
<link linkend="download">
<xref linkend="download">
</link>
on download.
</para>
</answer>
</qandaentry>
</qandaset>
</sect1>
|