-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmep-0104.html
163 lines (161 loc) · 6.99 KB
/
mep-0104.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=latin1" />
<meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" />
<title>MEP 104 -- Mozart release 1.3.2</title>
<link rel="stylesheet" href="mep.css" type="text/css" />
</head>
<body bgcolor="white">
<table class="navigation" cellpadding="0" cellspacing="0"
width="100%" border="0">
<tr><td class="navicon" width="107" height="47">
<a href="http://www.mozart-oz.org/" title="Mozart/Oz Home Page">
<img src="mozart-logo.gif" alt="[Mozart/Oz]"
border="0" width="107" height="47" /></a></td>
<td class="textlinks" align="left">
[<b><a href="http://www.mozart-oz.org/">Mozart/Oz Home</a></b>]
[<b><a href="mep-0000.html">MEP Index</a></b>]
[<b><a href="./mep-0104.txt">MEP Source</a></b>]
</td></tr></table>
<table class="rfc2822 docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">MEP:</th><td class="field-body">104</td>
</tr>
<tr class="field"><th class="field-name">Title:</th><td class="field-body">Mozart release 1.3.2</td>
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Yves Jaradin <yjaradin at info.ucl.ac.be>, Boriss Mejias <bmc at info.ucl.ac.be></td>
</tr>
<tr class="field"><th class="field-name">Status:</th><td class="field-body">Accepted</td>
</tr>
<tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td>
</tr>
<tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="mep-0002.html">text/x-rst</a></td>
</tr>
<tr class="field"><th class="field-name">Created:</th><td class="field-body">10-Feb-2006</td>
</tr>
<tr class="field"><th class="field-name">Post-History:</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<hr />
<div class="contents topic" id="contents">
<p class="topic-title first"><a name="contents">Contents</a></p>
<ul class="simple">
<li><a class="reference" href="#abstract" id="id2" name="id2">Abstract</a></li>
<li><a class="reference" href="#motivation" id="id3" name="id3">Motivation</a><ul>
<li><a class="reference" href="#bugs" id="id4" name="id4">Bugs</a></li>
<li><a class="reference" href="#gcc" id="id5" name="id5">GCC</a></li>
</ul>
</li>
<li><a class="reference" href="#background" id="id6" name="id6">Background</a><ul>
<li><a class="reference" href="#team" id="id7" name="id7">Team</a></li>
<li><a class="reference" href="#activities" id="id8" name="id8">Activities</a></li>
<li><a class="reference" href="#schedule" id="id9" name="id9">Schedule</a></li>
</ul>
</li>
<li><a class="reference" href="#backwards-compatibility" id="id10" name="id10">Backwards Compatibility</a></li>
<li><a class="reference" href="#copyright" id="id11" name="id11">Copyright</a></li>
<li><a class="reference" href="#votes" id="id12" name="id12">Votes</a></li>
</ul>
</div>
<div class="section" id="abstract">
<h1><a class="toc-backref" href="#id2" name="abstract">Abstract</a></h1>
<p>The purpose of this MEP is to make a new release of the Mozart platform.
The new release will:</p>
<ul class="simple">
<li>Fix various bugs in Mozart 1.3.1</li>
<li>Add support for recent versions of gcc (gcc 3.4 and 4.0)</li>
</ul>
<p>The release manager will be Boris Mejias, assisted by Yves Jaradin. In
order to make the release we will need:</p>
<ul class="simple">
<li>Update access to the website for Boris MejÃas</li>
<li>CVS write access for Yves Jaradin</li>
</ul>
</div>
<div class="section" id="motivation">
<h1><a class="toc-backref" href="#id3" name="motivation">Motivation</a></h1>
<div class="section" id="bugs">
<h2><a class="toc-backref" href="#id4" name="bugs">Bugs</a></h2>
<p>A fair amount of bugs have been fixed since Mozart 1.3.1 or will be
fixed soon. As the fixes are only available through CVS, many users
continues to fight with these bugs. A bug-fix release is therefore
recommended for the typical users.</p>
</div>
<div class="section" id="gcc">
<h2><a class="toc-backref" href="#id5" name="gcc">GCC</a></h2>
<p>Mozart 1.3.1 can't be built with gcc newer than 3.3. Mozart 1.3.2 will
be buildable with (at least) all commonly deployed versions of gcc up
to gcc 4.0.</p>
</div>
</div>
<div class="section" id="background">
<h1><a class="toc-backref" href="#id6" name="background">Background</a></h1>
<div class="section" id="team">
<h2><a class="toc-backref" href="#id7" name="team">Team</a></h2>
<p>The release manager for Mozart 1.3.2 is Boriss Mejias, he will be
assisted by Yves Jaradin. Everyone is invited to participate in
producing bug reports, fixes or patches.</p>
</div>
<div class="section" id="activities">
<h2><a class="toc-backref" href="#id8" name="activities">Activities</a></h2>
<ul class="simple">
<li>Announcement of the coming release to hackers and users, asking for
bug reports</li>
<li>Bugs and documentation fixes + testing</li>
<li>Code freeze</li>
<li>Documentation fixes</li>
<li>Release tagging and source release packaging (tgz, srpm)</li>
<li>Critical binary release packaging (tgz, generic rpm, win32)</li>
<li>update website for new release</li>
<li>Release announcement</li>
<li>More source and/or binary packages</li>
</ul>
</div>
<div class="section" id="schedule">
<h2><a class="toc-backref" href="#id9" name="schedule">Schedule</a></h2>
<p>No deadlines are fixed yet.</p>
</div>
</div>
<div class="section" id="backwards-compatibility">
<h1><a class="toc-backref" href="#id10" name="backwards-compatibility">Backwards Compatibility</a></h1>
<p>Mozart 1.3.2 will be compatible with Mozart 1.3.1. Native modules
compiled with gcc >3.2 will be compatible with the binary release
packages.</p>
</div>
<div class="section" id="copyright">
<h1><a class="toc-backref" href="#id11" name="copyright">Copyright</a></h1>
<p>This document has been placed in the public domain.</p>
</div>
<div class="section" id="votes">
<h1><a class="toc-backref" href="#id12" name="votes">Votes</a></h1>
<pre class="literal-block">
Raphaël Collet [ACCEPT]
Denys Duchier []
Seif Haridi []
Torbjörn Lager []
Konstantin Popov [ACCEPT]
Camilo Rueda [ACCEPT]
Christian Schulte [ACCEPT]
Gert Smolka []
Peter Van Roy [ACCEPT]
</pre>
</div>
</div>
<hr class="docutils footer" />
<div class="footer">
<a class="reference" href="mep-0104.txt">View document source</a>.
Generated on: 2006-10-09 16:22 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
</body>
</html>