slitaz-doc view slitaz/relnotes.en.html @ rev 60

relnotes-en: tiny edit.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 24 22:35:07 2010 +0100 (2010-03-24)
parents f0ae6a56278a
children 392b56a66ec0
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <head>
5 <title>SliTaz 3.0 Release notes</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz doc system releases notes information cooking" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2010-03-22 22:10:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <a name="top"></a>
20 <h1><font color="#3E1220">SliTaz - System doc</font></h1>
21 </div>
23 <div id="quicknav">
24 SliTaz:
25 <a href="http://www.slitaz.org/">Website</a>
26 <a href="http://forum.slitaz.org/">Forum</a>
27 <a href="http://doc.slitaz.org/">Documentation</a>
28 <a href="http://pkgs.slitaz.org/">Packages</a>
29 <a href="http://labs.slitaz.org/">Labs</a>
30 </div>
32 <!-- Content. -->
33 <div id="content">
35 <h2><font color="#df8f06">Releases notes</font></h2>
37 <ul>
38 <li><a href="#overview">Overview.</a></li>
39 <li><a href="#hardware">Supported Hardware.</a></li>
40 <li><a href="#livecd">LiveCD Flavors.</a></li>
41 <li><a href="#toolchain">Kernel and toolchain.</a></li>
42 <li><a href="#utf-8">UTF-8 support.</a></li>
43 <li><a href="#xorg">Xorg server.</a></li>
44 <li><a href="#install">HD Install and LiveUSB.</a></li>
45 <li><a href="#packages">Software Packages.</a></li>
46 <li><a href="#desktop">Core Desktop.</a></li>
47 <li><a href="#upgrade">From 2.0 to 3.0.</a></li>
48 <li><a href="#people">People of the Project.</a></li>
49 </ul>
51 <a name="overview"></a>
52 <h3><font color="#6c0023"></font>Overview</h3>
53 <p>
54 Welcome to SliTaz 3.0! Small, fast, easy to use and customize, the new
55 SliTaz stable version is now out after one year of development.
56 </p>
57 <ul>
58 <li>Boot scripts rewritten and faster</li>
59 <li>All home-made boxes improved</li>
60 <li>Better themes and integration</li>
61 <li>Switch to Midori as the default web browser</li>
62 <li>Better hardware support - mainly wifi cards</li>
63 <li>Faster virtualization with lguest</li>
64 <li>SliTaz pro: OpenERP, LAMP, Glpi</li>
65 <li>More contributors and stronger community</li>
66 <li>Easier to customize</li>
67 <li>Packages are now automatically built by a build bot (Tazbb)</li>
68 <li>900 packages added to the database and many updates</li>
69 <li>More than 2800 commits by contributors</li>
70 </ul>
71 <p>
72 Technical support is provided to users via the mailing list and the official
73 forum: <a href="http://forum.slitaz.org/">forum.slitaz.org</a>
74 </p>
76 <a name="hardware"></a>
77 <h3><font color="#6c0023">Supported Hardware</font></h3>
78 <p>
79 SliTaz GNU/Linux supports all machines based on the i486 or x86 Intel compatible
80 processors. A minimum 192MB of memory is recommended to use the core LiveCD.
81 64MB is needed for the "slitaz-loram" flavor and 16MB for the
82 "slitaz-loram-cdrom" flavor.
83 </p>
84 <p>
85 With the slitaz-loram flavor, the system is less responsive, but allows you to
86 graphically install SliTaz on very old machines. Once installed, SliTaz works
87 well with a minimum of 16MB memory, but forget about using Firefox to surf the
88 web - you'll have to use the text based 'links' for example.
89 </p>
90 <p>
91 SliTaz 3.0 provides all needed drivers and tools such as 915resolution to
92 have support for a wide range of netbooks (Eeepc, HP mini, Aspire One, etc).
93 </p>
95 <a name="livecd"></a>
96 <h3><font color="#6c0023">LiveCD Flavors</font></h3>
97 <p>
98 SliTaz GNU/Linux is distributed as a bootable LiveCD allowing you to use
99 it as a nomal system or graphically install to the hard drive and retain
100 the use of your previous system including all settings, applications,
101 documents, etc.
102 </p>
103 <p>
104 The LiveCD can also be customised and easily rebuilt both graphically or from
105 the command line. Install your own custom set of packages, or simply use one
106 of the preset flavors on the mirror. Then simply generate your distribution
107 with the "Tazlito" tool.
108 </p>
110 <a name="toolchain"></a>
111 <h3><font color="#6c0023">Kernel and toolchain</font></h3>
112 <p>
113 SliTaz 3.0 comes with a new but very well tested Kernel and a complete new
114 toolchain from which the whole system is built. The Linux kernel version is 2.6.30.6
115 which is split into separate packages for additional drivers or features. This time
116 we have also built-in some more drivers to have a faster kernel boot.
117 </p>
118 <p>
119 The new toolchain comprises of: Binutils 2.19.1, GCC 4.4.1, Glibc 2.10.1
120 </p>
122 <a name="utf-8"></a>
123 <h3><font color="#6c0023">UTF-8 support</font></h3>
125 <a name="xorg"></a>
126 <h3><font color="#6c0023">Xorg server</font></h3>
128 <a name="install"></a>
129 <h3><font color="#6c0023">HD install and LiveUSB</font></h3>
130 <p>
131 The installation is fully automated and can be done graphically or in text
132 mode. In this version the installer will let you use a separate partition for
133 /home, configure the root password and chose the default user login. The installer also
134 now supports installation from a LiveUSB session.
135 </p>
136 <p>
137 Full USB install is also supported and some time is needed using <code>rootdelay=10</code>
138 as a kernel argument (in GRUB menu.lst).
139 </p>
141 <a name="packages"></a>
142 <h3><font color="#6c0023">Software Packages</font></h3>
143 <p>
144 SliTaz 3.0 has 2291 packages in the database. A wide variety of packages
145 have been commited and many force went to professionnal grade software such
146 as OpenERP, MySQL, GLPI.
147 </p>
148 <p>
149 On the update side, mainly all the packages have been updated, including
150 the kernel, the toolchain, Xorg (7.4), GTK and QT. Package formats have
151 also changed and we now use lzma for better compression. Packages are also
152 checked by Tazwok to ensure the FHS is followed and packages are built
153 automatically by the SliTaz Build Bot: <a href="http://bb.slitaz.org/">bb.slitaz.org</a>
154 </p>
156 <a name="desktop"></a>
157 <h3><font color="#6c0023">Core Desktop</font></h3>
158 <p>
159 The core desktop provides a selection of multi-use packages for surfing the
160 web, listening to music, audio editing, image manipulation, developing or
161 burning to optical media. It's just one click in the application menu to
162 find any software installed by category.
163 </p>
164 <p>
165 A lot of attention has been paid the the core desktop, all applications
166 are well integrated and a special SliTaz theme (icons, Openbox, GTK) has
167 been created.
168 </p>
170 <a name="security"></a>
171 <h3><font color="#6c0023">Security</font></h3>
172 <p>
173 packages + mountbox: dmsetup linux-md devmapper
174 </p>
176 <a name="upgrade"></a>
177 <h3><font color="#6c0023">From 2.0 to 3.0</font></h3>
178 <p>
179 The SliTaz GNU/linux installer offers an update function allowing you to
180 upgrade from a '2.0' to '3.0' version. To upgrade the system you first
181 need to boot the 'Stable' LiveCD, launch the installer, select upgrade and then
182 specify the partition containing the system that you want to update. The
183 installer will then clean out the system and reinstall all the packages not
184 present on the CD from the mirror. When this has finished you can reboot
185 with your new version of SliTaz.
186 </p>
187 <p>
188 Note that the installer will keep a copy of the list of packages and a complete
189 archive of the /etc directory (etc.tar.gz) in /var/lib/slitaz-install.
190 </p>
191 <p>
192 To upgrade a 2.0 to 3.0 it is also possible to use the package manager "Tazpkg"
193 via the 'set-release' function, but beware this is not yet proven and may
194 require some manual intervention. If you choose this method you must first
195 install 'tazpkg' from 3.0, because the package format has changed.
196 </p>
198 <a name="people"></a>
199 <h3><font color="#6c0023">People of the Project</font></h3>
200 <p>
201 SliTaz is proud to be an international community project. The people of the
202 project are the ones who develop the distribution, correct the website,
203 develop the HG repositories and write the official documentation. Passing
204 through Switzerland, France, Brazil, Quebec, China, Russia, England,
205 and the U.S.
206 </p>
207 <ul>
208 <li>Christophe Lincoln</li>
209 <li>Pascal Bellard</li>
210 <li>Eric Joseph-Alexandre</li>
211 <li>Paul Issott</li>
212 <li>Julien Rabier</li>
213 <li>Rohit Joshi</li>
214 <li>Claudinei Pereira</li>
215 <li>Dominique Corbex</li>
216 <li>Mallory Mollo</li>
217 <li>Mike D. Smith</li>
218 <li>Allan Pinto</li>
219 <li>Alice Ayanami</li>
220 <li>F. Steiner</li>
221 <li>Chen Yufei</li>
222 <li>Bill Nagel</li>
223 <li>Michael Dupont</li>
224 <li>Franco Azzano</li>
225 <li>Fabrice Thiroux</li>
226 <li>Eduardo Suarez-Santana</li>
227 <li>Tom Frankland</li>
228 <li>Sandeep Srinivasa</li>
229 <li>David Ozura</li>
230 <li>Pierre Romillon</li>
231 <li>...</li>
232 </ul>
233 <p>
234 The project also wishes to thank all the reviewers, testers, hackers and users
235 who have taken the time to help advance the distribution.
236 </p>
238 <!-- End of content -->
239 </div>
241 <!-- Footer. -->
242 <div id="footer">
243 <div class="footer-right"></div>
244 <a href="#top">Top of the page</a> |
245 <a href="http://www.slitaz.org/en/doc/">Index of /usr/share/doc/slitaz</a>
246 </div>
248 <div id="copy">
249 Copyright &copy; 2009 <a href="http://www.slitaz.org/">SliTaz</a> -
250 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
251 Documentation published under
252 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
253 and <a href="http://validator.w3.org/">xHTML 1.0 valid</a>.
254 </div>
256 </body>
257 </html>